我在winxp上安裝xdebug時沒有問題。我將輸出從PHP信息粘貼到xdebug頁面的表單上,然後安裝所需的版本或DLL庫。問題是我無法連接到端口9000上的xdebug,因爲沒有任何監聽端口9000(我通過netstat -a命令找到它)。有人可以給我點如何解決這個問題?謝謝。 這裏是我的phpinfo輸出:如何在win xp上運行xdebug
0
A
回答
0
我已經解決了這個問題。這裏是我的php.ini中的配置,它運行!
zend_extension="C:\Program Files\Apache Software Foundation\Apache2.2\php\ext\php_xdebug-2.1.3-5.3-vc9.dll"
[xdebug]
xdebug.remote_enable=ON
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_autostart = 1
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
xdebug.remote_connect_back=ON
xdebug.remote_log="C:\Program Files\Apache Software Foundation\Apache2.2\logs\xdebug.log"
xdebug.profiler_enable = 1
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "C:/Windows/Temp/xdebug"
xdebug.trace_output_dir = "C:/Windows/Temp/xdebug"
3
你需要一個實際的調試器監聽端口號爲9000 Eclipse PDT提供XDebug的兼容性,例如。
下需要在php.ini進行調整:
; Enable remote connections
xdebug.remote_enable = On
; Automatically connect when PHP script starts
xdebug.remote_autostart = 1
; IP adress to connect *to*
; (adjust accordingly)
xdebug.remote_host = 127.0.0.1
這些設置將XDebug
連接到localhost每當PHP腳本啓動。如果設置正確*,Eclipse會詢問您是否要接受調試連接。
*請參閱上面鏈接中的教程
相關問題
- 1. 如何在win xp上遠程運行硒測試?
- 2. 程序無法在Win XP上運行,但會在Win7上運行
- 3. 如何在Heroku上運行Xdebug?
- 4. 我如何在運行時在運行時提升我的進程win xp
- 5. ../的路徑無法在win XP和Qt上運行
- 6. 無法在Win XP機器上運行netsh命令
- 7. 在Win XP上運行spork/ruby1.8.7 not recognized gem'win-32process'
- 8. xdebug不在mamp上運行
- 9. 如何在Windows XP上運行nAudio?
- 10. 如何在Windows XP上運行Xamarin?
- 11. 需要信息運行hapi和惰性與Win XP上的node.js
- 12. Win XP上的WPF漢字
- 13. Win XP上的Mercurial錯誤
- 14. 在Windows XP上運行buildbot
- 15. intellitracesc.exe未在XP上運行
- 16. 在VC++ 2005 + Win XP SP2上使用'CreateJobObject'
- 17. Win XP/Win 7/Win 8上的IE之間的差異
- 18. 我們不能在Win XP中運行BTSHTTPReceive.dll(IIS 5)
- 19. systeminfo命令不能在WIN XP Home土耳其語運行
- 20. Netbeans xDebug只在Mac上運行一次
- 21. 如何並行運行XDebug和Zend?
- 22. SQLPLUS不能在win XP SP3上使用oracle即時客戶端運行
- 23. 如何在wamp服務器WIN XP上安裝PHP curl擴展?
- 24. Win XP msvcrt崩潰
- 25. 在win xp上組裝COM可執行文件
- 26. 如何在Windows XP上使用Perl運行可執行文件?
- 27. 我如何知道/看到線程在哪個內核上運行? (在win XP中)
- 28. RPy2 - 2.1.7 WIN XP上的安裝問題
- 29. 如何從UBUNTU運行單聲道應用程序的Win XP加載圖片
- 30. 運行Eclipse時Win XP自動隱藏功能不起作用