PhpStorm 未接收 xdebug 连接:PhpStorm 事件日志:无法计算表达式 'isset($_SERVER['PHP_IDE_CONFIG'])'

PhpStorm is not receiving xdebug connections : PhpStorm event log : Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'

我为 PhpStorm 和 xdebug 配置了一切以正常工作,我是 运行 Ubuntu 14.04。

返回 IDE 的连接未建立,我在 IDE 事件日志

中得到了这个

无法接受外部 Xdebug 连接:无法计算表达式 'isset($_SERVER['PHP_IDE_CONFIG'])' – Osama Salama 13 分钟前

我会将我在各个地方配置的配置值放在一起。因为我找不到问题出在哪里

php.ini

zend_extension = /usr/lib/php5/20121212/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_connect_back = 1
xdebug.remote_autostart = 1
xdebug.remote_log=xxx/xdebug.log
xdebug.IDE_key=PHPSTORM

PHP 信息

xdebug

xdebug support  enabled
Version 2.3.1
IDE Key PHPSTORM

Supported protocols Revision
DBGp - Common DeBuGger Protocol $Revision: 1.145 $

Directive   Local Value Master Value

xdebug.auto_trace   Off Off
xdebug.cli_color    0   0
xdebug.collect_assignments  Off Off
xdebug.collect_includes On  On
xdebug.collect_params   0   0
xdebug.collect_return   Off Off
xdebug.collect_vars Off Off
xdebug.coverage_enable  On  On
xdebug.default_enable   On  On
xdebug.dump.COOKIE  no value    no value
xdebug.dump.ENV no value    no value
xdebug.dump.FILES   no value    no value
xdebug.dump.GET no value    no value
xdebug.dump.POST    no value    no value
xdebug.dump.REQUEST no value    no value
xdebug.dump.SERVER  no value    no value
xdebug.dump.SESSION no value    no value
xdebug.dump_globals On  On
xdebug.dump_once    On  On
xdebug.dump_undefined   Off Off
xdebug.extended_info    On  On
xdebug.file_link_format no value    no value
xdebug.force_display_errors Off Off
xdebug.force_error_reporting    0   0
xdebug.halt_level   0   0
xdebug.idekey   no value    no value
xdebug.max_nesting_level    256 256
xdebug.max_stack_frames -1  -1
xdebug.overload_var_dump    On  On
xdebug.profiler_aggregate   Off Off
xdebug.profiler_append  Off Off
xdebug.profiler_enable  Off Off
xdebug.profiler_enable_trigger  Off Off
xdebug.profiler_enable_trigger_value    no value    no value
xdebug.profiler_output_dir  /tmp    /tmp
xdebug.profiler_output_name cachegrind.out.%p   cachegrind.out.%p
xdebug.remote_autostart On  On
xdebug.remote_connect_back  On  On
xdebug.remote_cookie_expire_time    3600    3600
xdebug.remote_enable    On  On
xdebug.remote_handler   dbgp    dbgp
xdebug.remote_host  127.0.0.1   127.0.0.1
xdebug.remote_log   /home/nautilus/Desktop/xdebug.log   /home/nautilus/Desktop/xdebug.log
xdebug.remote_mode  req req
xdebug.remote_port  9000    9000
xdebug.scream   Off Off
xdebug.show_exception_trace Off Off
xdebug.show_local_vars  Off Off
xdebug.show_mem_delta   Off Off
xdebug.trace_enable_trigger Off Off
xdebug.trace_enable_trigger_value   no value    no value
xdebug.trace_format 0   0
xdebug.trace_options    0   0
xdebug.trace_output_dir /tmp    /tmp
xdebug.trace_output_name    trace.%c    trace.%c
xdebug.var_display_max_children 128 128
xdebug.var_display_max_data 512 512
xdebug.var_display_max_depth    3   3

我也验证了远程调试环境。一切都很好。 https://www.jetbrains.com/phpstorm/help/validating-the-configuration-of-a-debugging-engine.html 结果也很好。

最后的办法是xdebug日志文件:

Log opened at 2015-03-13 14:39:01
I: Checking remote connect back address.
W: Remote address not found, connecting to configured address/port: 127.0.0.1:9000. :-|
I: Connected to client. :-)
-> <init xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" fileuri="dbgp://stdin" language="PHP" protocol_version="1.0" appid="4474"><engine version="2.3.1"><![CDATA[Xdebug]]></engine><author><![CDATA[Derick Rethans]]></author><url><![CDATA[http://xdebug.org]]></url><copyright><![CDATA[Copyright (c) 2002-2015 by Derick Rethans]]></copyright></init>
<- feature_set -i 1 -n show_hidden -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="1" feature="show_hidden" success="1"></response>
<- feature_set -i 2 -n max_depth -v 1
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="2" feature="max_depth" success="1"></response>
<- feature_set -i 3 -n max_children -v 100
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="feature_set" transaction_id="3" feature="max_children" success="1"></response>
<- status -i 4
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="status" transaction_id="4" status="starting" reason="ok"></response>
<- step_into -i 5
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="step_into" transaction_id="5" status="stopping" reason="ok"></response>
<- eval -i 6 -- aXNzZXQoJF9TRVJWRVJbJ1BIUF9JREVfQ09ORklHJ10p
-> <response xmlns="urn:debugger_protocol_v1" xmlns:xdebug="http://xdebug.org/dbgp/xdebug" command="eval" transaction_id="6"><error code="5"><message><![CDATA[command is not available]]></message></error></response>
Log closed at 2015-03-13 14:39:01

对于遇到此问题的任何其他人,您可能缺少另一个潜在的配置选项。

确保您已正确配置服务器以使用本地和远程文件之间的正确路径映射。

例如,如果您的站点根目录安装在 /home/foo/www/mysite 本地,但安装在 /www/mysite 服务器上,那么您需要在 PHPStorm 中编辑服务器配置以使用路径映射(只需输入/www/mysite/home/foo/www/mysite) 旁边的框中。

我最近在尝试使用 nginxphp-fpm 下的 PHPStorm 进行调试时遇到了同样的问题,在我的情况下,这与 xdebugnginxphp-fpm config,缺少 phpstorm 中的路径映射。

最初 PHPStorm 会在无法将服务器上的文件映射到本地源文件时通知您,但是如果它映射到第一个命中的文件(通常是 index.php 或类似文件)但它无法映射在稍后阶段使用的文件(在我的例子中,这是使用 composer 的项目供应商目录中的自动加载器)然后 PHPStorm 将无法进一步调试,调试将停止。

要在 PHPStorm 中纠正此问题,请转到 settings/Languages & Frameworks/PHP/Servers 并确保项目的根目录正确映射到服务器上的对应目录。

PHPStorm 然后应该能够映射项目中的所有文件,调试应该继续。

希望对您有所帮助。

另一件事是确保您禁用了您拥有的任何防火墙,以及 可能会阻止远程连接。

我在 PhpStorm 中遇到了与 OP 完全相同的错误。

This answer 另一个问题为我解决了这个问题,但我想在我自己的答案中添加更多细节。

主要问题是 xdebug 加载不当。其他答案中提到的服务器映射问题对我来说不是问题。

如果您加载 phpinfo() 页面并找到 xdebug 部分,您会看到:

XDEBUG NOT LOADED AS ZEND EXTENSION

然后你必须先解决这个问题,然后再尝试其他任何事情!但有时,如果您有多个 php.ini 文件,这可能需要一些工作来追踪。

同样在您的 phpinfo() 页面中,搜索 "php.ini"(它应该就在顶部附近)并查看您的 "Configuration File (php.ini) Path" 和 "Loaded Configuration File"。这些是您的 xdebug 可能正在加载的地方。

就我而言,我在 /usr/local/lib/php.ini 的主配置文件中正确地将其作为 Zend 扩展加载,如下所示:

zend_extension = "/usr/local/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"

但是在 /home/someuser/public_html/php.ini 中的加载配置文件中,我错误地加载了它,如下所示:

extension=xdebug.so

修复该问题后,我又可以使用 PhpStorm 进行远程调试了。

附带说明一下,我在 PhpStorm 中看到的第一个错误与 OP 提到的错误完全相同,它看起来像这样:

Cannot accept external Xdebug connection
Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'

( 起初我认为,因为扩展没有正确加载,PhpStorm 无法在服务器上执行 PHP 代码。但现在我认为 PhpStorm 只执行 php 代码,如果你配置了一个解释器,调试不需要它。为了调试,PhpStorm 只需要 xdebug 连接和正确的路径映射。)

后来,我在我的服务器上的 xdebug 日志中发现 "Command is not available" 错误,这让我找到了解决方案。

顺便说一下,这是我在本地 php.ini 中用于 xdebug 的内容:

;extension=xdebug.so <- this is the bad line commented!
zend_extension = "/usr/local/lib/php/extensions/no-debug-non-zts-20121212/xdebug.so"

xdebug.remote_enable=true
xdebug.remote_port="9000"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="/tmp/xdebug-someuser/"
xdebug.profile_enable_trigger=1
xdebug.trace_enable_trigger=1
xdebug.idekey="PHPSTORM"
xdebug.remote_log="var/log/xdebug/xlog"

我也遇到了这个问题,尝试了我能找到的所有技巧,但没有任何效果。对我来说,调试大部分时间都有效,但有时它只是停止处理消息: "Cannot accept external Xdebug connection: Cannot evaluate expression 'isset($_SERVER['PHP_IDE_CONFIG'])'"

所以我最终意识到我的代码中存在编译错误(方法名称拼写错误 - PhpStorm 并不总是报告这些事情,至少在我的设置中)。一旦我纠正了错误,调试就再次开始工作。也许这可以帮助挣扎中的人。

虽然我仍然遇到断点未命中的问题,但我可以在代码中加入 "xdebug_break();" 行,调试变得更加可靠。使用 xdebug_break 而不是断点的缺点是(除了它比仅仅添加断点更多的工作之外)局部变量由于某种原因没有显示在 PhpStorm 调试器中(仅显示全局变量)。这使得调试不太方便,但至少我可以让它工作。

显然你不能拥有一切:) 来自 Java 世界,良好的调试只是我能够认为理所当然的事情,但我现在意识到我被宠坏了:)

如果您没有在 docker-compose.yml 中为您的工作区配置设置环境变量,也会出现同样的错误:

workspace: build: environment: - PHP_IDE_CONFIG=${PHP_IDE_CONFIG}