Windows 10中的Xdebug Netbean无法连接到远程主机

时间:2016-07-20 10:46:56

标签: xdebug

升级到Windows 10后,Xdebug无法连接到远程主机。日志说:

I: Checking remote connect back address.
I: Remote address found, connecting to ::1:9001.
E: Could not connect to client. :-(

以下是xdebug配置:

xdebug.remote_enable = true
xdebug.remote_handler=dbgp
xdebug.remote_connect_back = 1
xdebug.remote_host=localhost
xdebug.remote_port=9001
xdebug.idekey=netbeans-xdebug
xdebug.remote_log="D:/wamp/tmp/xdebug.log"
output_buffering=off
xdebug.profiler_enable = 0[/code]

我没有忘记在Netbean选项中将Debugger端口设置为9001。

我错过了什么? 问候

0 个答案:

没有答案