为什么xdebug不会在断点上停止?

时间:2017-01-12 07:10:29

标签: php wordpress netbeans phpstorm xdebug

我在NetBeans中的xdebug和PhpStorm都有问题! 在每个IDE中运行项目后,在chrome中显示:

enter image description here

但它并没有停在任何断点上!

enter image description here

但是在NetBeans中,当我在第一行文件上检查Stop时,它会在第一行停止,我可以调试该文件,但我也有断点问题。

我的php.ini Xdebug:

[XDebug]
zend_extension="C:\wamp\bin\php\php5.5.12\zend_ext\php_xdebug-2.2.5-5.5-vc11-x86_64.dll"
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_autostart=0
xdebug.remote_connect_back=0

这里的问题是什么?

0 个答案:

没有答案