xdebug没有停在网页的断点处

时间:2015-10-26 18:09:11

标签: php phpunit localhost wamp xdebug

当我在phpunit上运行我的单元测试时,断点正在停止。但是当在网页上运行相同的功能时,它不会停止。它曾经停在断点处,但几天前,它刚刚开始贯穿它们。任何人都有可能导致这种情况的想法吗?

zend_extension = c:\wamp\bin\php\php5.5.12\ext\php_xdebug-2.3.3-5.5-vc11-x86_64.dll
;
[xdebug]
xdebug.remote_enable = 1
xdebug.remote_autostart = 1
xdebug.remote_handler=dbgp
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_connect_back=1
xdebug.profiler_enable = off
xdebug.profiler_enable_trigger = off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "c:/wamp/tmp"

这就是我的php.ini文件目前的样子。 使用WAMP服务器

0 个答案:

没有答案