我在NetBeans中的xdebug和PhpStorm都有问题! 在每个IDE中运行项目后,在chrome中显示:
但它并没有停在任何断点上!
但是在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
这里的问题是什么?