可能重複:
Xdebug and Netbeans are not communicating with each otherNetbeans的Xdebug的安裝+ PHP + Ubuntu操作系統
如何netbeans
實施xdebug
。我搜索很多,我一直在使用Ubuntu
OS做了一些東西,在阿帕奇php.ini
zend_extension=/path/to/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
上午。
Xdebug
主要使用調試複雜的代碼。(for loop/foreach
)
現在,當我在調試項目netbeans
頁腳狀態顯示點擊搜索XDebug的連接,它不是結束結束不意味着連接失敗。
我想你會得到我想要的。
請幫幫我。
當您從netbeans開始調試時,瀏覽器窗口是否打開了您正在處理的項目? – Eelke