Xdebug和Netbeans没有合作:没有检测到xdebug的连接

时间:2012-01-08 11:53:40

标签: netbeans xdebug

我刚刚在我的ubuntu 11.10上安装了xdebug和netbeans。 我想使用xdebug,但即使我将我的php信息粘贴到xdebug页面(http://xdebug.org/find-binary.php),它说“你已经运行了最新的Xdebug版本”当我尝试从Netbeans调试我得到“没有检测到xdebug的连接”错误。

在Netbeans选项中,我有端口9000,在我的xdebug.ini中我有:

zend_extension = "/usr/lib/php5/20090626+lfs/xdebug.so"

xdebug.remote_enable=on

xdebug.remote_handler=dbgp

xdebug.remote_host=localhost

xdebug.remote_port=9000

我做错了什么?

2 个答案:

答案 0 :(得分:0)

我不知道它是否有帮助,但我有一行不同而且还有一行:

xdebug.remote_enable=1
xdebug.remote_mode=req

有一个小的HowTo http://wiki.netbeans.org/HowToConfigureXDebug

答案 1 :(得分:0)

在这种情况下,运行最新版本可能不是最佳选择。您是否检查过您的PHP版本是否与最新版本的xdebug兼容?您可以在xdebug.org网站link上尝试使用该向导。此外,您可以在php.ini文件中添加xdebug.idekey = netbeans-xdebug。