我已經安裝了NetBeans 7.0.1 IDE,在Windows 7 64位運行。我已經通過XAMPP 1.7.2安裝了PHP。運行phpinfo()
顯示PHP版本爲5.3.1和XDebug版本爲2.0.6-dev。無法在Netbeans的運行PHP調試 - XDebug的
上netbeans.org一個網頁已經提到了一些條目的php.ini文件的註釋去掉,並提到,兼容XDebug.dll已經提供了設置。 這些都是從的php.ini文件條目...
[PECL]
zend_extension = "C:\xampp\php\ext\php_xdebug.dll"
[XDebug]
xdebug.remote_port = 9000
xdebug.remote_host = 127.0.0.1
xdebug.remote_handler = "dbgp"
xdebug.remote_enable = 1
xdebug.profiler_enable = 0
xdebug.profiler_append = 0
xdebug.profiler_enable_trigger = 0
xdebug.profiler_output_name = "xdebug_profile.%p"
xdebug.profiler_output_dir = "C:\xampp\tmp"
xdebug.trace_output_dir = "C:\xampp\tmp"
xdebug.idekey = "netbeans-xdebug"
繼承人是從NetBeans IDE中的調試器配置的快照。
的會話調試窗口不顯示於NetBeans XDebug的會話運行。
完成所有這些設置後,調試器仍未運行。
我檢查了端口使用TCPView它顯示端口9000是免費的。此外防火牆被禁用。
請幫忙嗎?
OK。除此之外,我必須在Netbeans中做些什麼改變? –
它必須工作。如果您需要個人幫助,請通過skype與我聯繫:tural.teyyuboglu –