我一直在尝试将 xdebug 配置为与 netbeans 一起工作,我当前的配置是
[xdebug]
zend_extension="C:\binaries\php\ext\php_xdebug-2.1.0RC1-5.3-vc6.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1 (also tried localhost)
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
我尝试了 netbeans 博客提供的测试,解释了如何在绑定时测试配置是否有效,它只是输出“无法绑定”
有什么建议么?