我知道你在想什么,另一个 netbeans xdebug 帖子?
好吧,我已经尝试了我在其他帖子中看到的所有内容,但似乎没有任何效果。这是我的设置:
- 操作系统:Ubuntu 9.10
- PHP:5.2.1
- 网豆:6.8
以下是我的 /etc/php5/apache2/php.ini
zend_extension=/usr/lib/php5/20060613/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
我尝试过切换端口(到目前为止我已经尝试过 9001、9002 和 9034),使用 zend_extension_ts,在配置文件中添加额外的 xdebug 参数,但似乎没有任何效果:Netbeans 仍然说它正在等待连接(netbeans-xdebug )
如果我查看我的 phpinfo,我确实看到了关于 xdebug 的整个部分,并且参数是正确的。
任何帮助将不胜感激!