经过数小时和数小时尝试不同的事情(基于其他问题)我无法让xdebug与PhpStorm合作(在Chrome浏览器中,CLI工作正常)。
PHP版本:7.0.10;使用WAMP
php.ini(已经检查过):
[xdebug]
zend_extension ="C:\wamp64\bin\php\php7.0.10\ext\php_xdebug-2.5.1-7.0-vc14-x86_64.dll"
xdebug.remote_enable = 1
xdebug.remote_host = 127.0.0.1
xdebug.remote_port = 9005
xdebug.remote_log = "c:/wamp64/tmp/debug.log"
xdebug.trace_enable_trigger=1
xdebug.profiler_enable = 1
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir ="c:/wamp64/tmp"
xdebug.idekey=PHPSTORM
PhpStorm config:
当我在PhpStorm中运行调试时,Chrome会打开网址:localhost:9005/test/?XDEBUG_SESSION_START=14031
,但仍会“等待”。