2

我正在尝试安装 xdebug 并且在 Eclipse 上收到以下错误消息:

启动:等待 xdebug 会话

它在 57% 时停止加载。

使用 NetBeans,我得到:

等待 xdebug 会话

所以我认为问题在于 CentOS 上的 xdebug 配置

我的php.ini配置:

zend_extension = /usr/lib64/php/modules/xdebug.so 
[debug]
; Remote settings
xdebug.remote_enable=true
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000

phpinfo()显示已安装的 xdebug。
我的centOS 版本是6.2。

任何帮助表示赞赏。

4

1 回答 1

2

我刚刚在我的 Centos 6.3 机器上设置了 NetBeans 7.2.1 和 xdebug 2.1.4,并在 NetBeans 中收到“等待 xdebug 会话”消息。在弄乱了 php 设置并在 phpinfo() 中确认 xdebug 正确数小时后无济于事后,我的解决方案是在 NetBeans 中设置默认浏览器...工具->选项->网络浏览器。将此设置为 Firefox 解决了它!希望这对其他人有帮助...

于 2012-12-13T20:37:17.677 回答