我正在尝试安装xdebug,我在eclipse上收到以下错误消息:
启动:等待xdebug Session
它停止加载到57%。
使用NetBeans,我得到:
等待xdebug Session
所以我认为问题出在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。
感谢任何帮助。
答案 0 :(得分:2)
我刚刚在Centos 6.3机器上设置了NetBeans 7.2.1和xdebug 2.1.4,并且在NetBeans中获得了“等待xdebug会话”消息。在弄乱php设置并确认xdebug在phpinfo()中正确几个小时无效之后,我的解决方案是在NetBeans中设置默认浏览器...工具 - >选项 - > Web浏览器。将此设置为Firefox解决了它!希望这有助于其他人...