我讀了很多解決方案,爲這個共同的Xdebug
的錯誤,但它沒有似乎解決我的問題:Netbeans的Xdebug的Windows 7上「等待連接」 WAMP
netbeans shows 「Waiting For Connection (netbeans-xdebug)」
Netbeans not connecting with xdebug on Wamp : 「showing waiting for connection」
在phpinfo()
的Xdebug似乎正確配置:
而下面是我的php.ini
:
zend_extension = "c:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5
-5.5-vc11-x86_64.dll"
;
[xdebug]
xdebug.remote_enable=1
xdebug.remote_mode = req
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9001
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"
xdebug.show_local_vars=0
xdebug.idekey=netbeans-xdebug
Netbeans
:
嘗試禁用防火牆似乎並不幫忙。 用盡想法知道我的Xdebug
正在發生什麼。
嘗試= 1_添加_xdebug.remote_connect_back到您的配置中_php.ini_ – Tony
感謝託尼,但它似乎沒有工作,要麼:( – SonDang
添加_xdebug.remote_log =「要在其中存儲日誌路徑」和_在NetBeans中調試開始後檢查它 – Tony