问题:
简而言之,我正在接受“启动等待xdebug会话57%”的问题。
解决方案:
我已经验证了端口9000可以使用,我甚至尝试过其他端口作为双重检查端口不是问题。这包括在php.ini文件和Eclipse开发环境中设置端口。
我已经设置了php.ini文件如下(我也尝试了很多其他配置 - 没有工作):
zend_extension =“c:/wamp/bin/php/php_xdebug-2.1.3-5.3-vc9.dll”
[xdebug]
xdebug.remote_enable=on
xdebug.remote_host="localhost"
xdebug.remote_port=9000
xdebug.remote_handler="dbgp"
我不知所措,有人可以帮忙吗?