php-netbeans中的xdebug不会绑定到端口9000

我一直在尝试配置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博客提供的测试,该测试解释了如何在绑定时测试配置是否有效,只是输出“无法绑定”

有什么建议么?

解决方法:

我头顶上有几件事…

首先,检查是否没有其他东西正在监听端口9000(在命令行上,键入netstat -an).

如果未显示任何内容,请确保未启用Windows防火墙.

上一篇:php-不含XDEBUG_SESSION_START参数的调试脚本


下一篇:php-Xdebug无法连接回Docker主机