启动等待xdebug会话57%

时间:2012-03-05 17:14:18

标签: php eclipse debugging xdebug

  

可能重复:
  eclipse xdebug session never completes

问题:

简而言之,我正在接受“启动等待xdebug会话57%”的问题。

  • 我在Windows 7上运行Eclipse Gallileo Build id:20100218-1602 终极
  • 我正在运行php 5.3.8
  • Zend Extension Build和PHP Extension Build都是 - API220090626,TS,VC9

解决方案:

我已经验证了端口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"

我不知所措,有人可以帮忙吗?

0 个答案:

没有答案