gpt4 book ai didi

php - Xdebug 探查器 - 探查器快照格式不正确

转载 作者:行者123 更新时间:2023-12-01 04:40:51 25 4
gpt4 key购买 nike

我正在尝试在 PhpStorm 中打开 xdebug 分析器输出,但出现错误:

Incorrect profiler snapshot format 
For input string: "fl=(2)"

我似乎找不到任何可能导致这种情况的迹象。

我在 OSX 10.13.4,PhpStorm 版本 2018.1 上,使用 xdebug 2.5.5 在 PHP 5.6.33 上运行该进程

这是我的 php.ini 配置:
[xdebug]
zend_extension=/usr/local/Cellar/php56/5.6.33_9/lib/php/xdebug.so
xdebug.profiler_enable=1
xdebug.profiler_output_dir=/tmp/debug/
xdebug.profiler_output_name=cachegrind.out.%c
xdebug.profiler_enable_trigger=1
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.idekey=PHPSTORM

我认为分析器输出看起来有点奇怪,例如:
fl=(2)
fn=(5) php::spl_autoload_call
23 80
cfl=(1)
cfn=(4)
calls=1 0 0
23 2045

我不知道括号中的这些数字是做什么用的,但我认为这是导致 PhpStorm 分析器跳闸的原因。

最佳答案

我想我找到了问题的根源,或者至少是其中的一部分。
看起来这与脚本本身有关。很难说到底是为什么,也许是因为它启动了一个守护进程,这可能会干扰分析器,不确定。但是如果我在其他东西上运行探查器,它就可以工作。

关于php - Xdebug 探查器 - 探查器快照格式不正确,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50288383/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com