在使用PhpStorm 2016.1和xdebug
调试php时,我搜索了很多这个问题,我发现有3个或4个链接讨论这个问题,但没有一个是有用的。这是我的配置详细信息截图。
以下是我的xdebug配置
[XDebug]
zend_extension ="c:\xampp\php\ext\php_xdebug-2.4.1-5.6-vc11.dll"
xdebug.remote_handler="dbgp"
xdebug.remote_port=9000
xdebug.remote_host= "localhost"
xdebug.remote_autostart = on
xdebug.remote_start = on
xdebug.remote_enable = on
xdebug.remote_connect_back = on
xdebug.idekey = "PHPSTORM"
任何帮助都非常感谢,谢谢
答案 0 :(得分:0)
我遇到了类似的情况,并按照以下步骤进行了解决: “run”=> “Web服务器调试验证”得到一些提示,并在php.ini中修改我的xdebug配置。事实证明变量“xdebug.remote_enable”在我的情况下必须为真。