net beans xdebug等待连接错误?

时间:2013-09-22 17:28:31

标签: php netbeans

我已经做了几乎所有事情来解决这个问题。 。 .but等待连接的消息仍然存在。 。 。 。 。有没有办法调试这个问题。我正在使用xampp服务器。操作系统窗口

[XDebug]
zend_extension = "C:\Users\arslan\Desktop\xampp-win32-1.8.1-VC9\xampp\php\ext\php_xdebug-2.2.3-5.4-        vc9.dll"
xdebug.remote_autostart=off 
xdebug.remote_enable=1
xdebug.remote_handler="dbgp"
xdebug.remote_mode=req 
xdebug.remote_host=localhost
xdebug.remote_port=9001

我同时使用zend和xdebug尝试了ecllipse。连接问题继续存在。 我已经通过stackoverflow和netbean论坛。 我已经浪费了一整天的时间来弄清楚这个解决方案,但却又变得虚弱。

2 个答案:

答案 0 :(得分:1)

库文件真的存在吗?

将端口9001更改为9000,重新启动apache并重试。

答案 1 :(得分:0)

它奏效了。  实际上我在更改php.ini后没有重启apache。

工作php.ini

[XDebug]
zend_extension= "C:\Users\arslan\Desktop\xampp-win32-1.8.1-VC9\xampp\php\ext\php_xdebug.dll" 
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host="localhost"
xdebug.remote_port=9001
xdebug.remote_autostart=1

操作系统窗口

XAMPP

php 5.4

NetBeans 7.3.1