xdebug + netbeans +虚拟主机+ WAMP(等待连接)

时间:2015-07-16 14:22:06

标签: php netbeans wamp xdebug

我试图设置Netbeans无数次使用xdebug,无论我在OR配置或在线资源上使用什么PC我尝试,我得到臭名昭着的"等待连接" 。

我已经改变了我的AV& Windows防火墙关闭。

我确实看到当我执行netstat时,我没有得到端口绑定到127.0.0.1所以不确定这是否是问题以及如何解决它?即使我将xdebug.remote_host = 127.0.0.1添加到我的php.ini中,9000端口仍然绑定到0.0.0.0

WAMP处于离线模式。

Netbeans - > PHP - >调试:

Debugger Port: 9000
Session ID: netbeans-xdebug

php.ini(我运行http://xdebug.org/wizard.php并被告知DL下面的DLL):

zend_extension = c:\wamp\bin\php\php5.5.12\ext\php_xdebug-2.3.3-5.5
vc11-x86_64.dll
xdebug.remote_autostart=On
xdebug.remote_enable=On
xdebug.idekey="netbeans-xdebug"

虚拟主机:

<VirtualHost *:80>
    ServerAdmin webmaster@localhost
    DocumentRoot "E:\wamp\www"
    ServerName localhost
    ErrorLog "logs/localhost-error.log"
    CustomLog "logs/localhost-access.log" common
</VirtualHost>

netstat的:

netstat -an | grep 9000
TCP    0.0.0.0:9000           0.0.0.0:0              LISTENING
TCP    [::]:9000              [::]:0                 LISTENING

0 个答案:

没有答案