等待与ide键的传入连接:PhpStorm-Xdebug

时间:2016-09-12 08:01:00

标签: php phpstorm xdebug

在使用PhpStorm 2016.1和xdebug调试php时,我搜索了很多这个问题,我发现有3个或4个链接讨论这个问题,但没有一个是有用的。这是我的配置详细信息截图。

enter image description here

enter image description here

Phpstorm调试设置 enter image description here

DBGp Proxy etting enter image description here

PHP设置 enter image description here

调试个人资料信息 enter image description here

这是我的phpinfo()详细信息 enter image description here

enter image description here

enter image description here

以下是我的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"

任何帮助都非常感谢,谢谢

1 个答案:

答案 0 :(得分:0)

我遇到了类似的情况,并按照以下步骤进行了解决: “run”=> “Web服务器调试验证”得到一些提示,并在php.ini中修改我的xdebug配置。事实证明变量“xdebug.remote_enable”在我的情况下必须为真。