Netbeans Xdebug Windows 10 waiting for connection
Netbeans 8.2 I get the dreaded "waiting for connection"
I know the setup is correct because I have
xdebug.remote_connect_back=1
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_port=9000
xdebug.idekey="netbeans-xdebug"
output_buffering=Off
After a lot of investigation, I turned off the Windows Defender "Private" Firewall and Netbeans Xdebug worked ie stopped "waiting for connection" and went to the appropriate line in the code.
There is a Netbeans IDE rule for TCP in the incoming firewall, but it is only set for public, it needs to be set for private as well.
Hope that helps someone
链接地址: http://www.djcxy.com/p/65660.html上一篇: 不理解在系统架构中创建IoC容器的位置