phpstrom遇到xdebug无响应时检查phpinfo一下配置信息:
修改即可;
附上自己的xdebug配置项,仅供参考
[XDebug]
xdebug.profiler_output_dir="D:\phpStudy\tmp\xdebug"
xdebug.trace_output_dir="D:\phpStudy\tmp\xdebug"
zend_extension="D:\phpStudy\php\php-5.6.27-nts\ext\php_xdebug.dll"
xdebug.idekey = PHPSTORM
xdebug.remote_enable = on