gpt4 book ai didi

php - "php -a"交互式 shell 中的 xdebug

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:47:32 26 4
gpt4 key购买 nike

我可以export XDEBUG_CONFIG="idekey=chrebugx" 并使用xdebug_break() 断点运行php test.php

但是,

php -a
include 'test.php'; //includes xdebug_break() statements;

不停地运行,忽略 xdebug_break() 断点。

有谁知道如何以交互方式运行“php -a”,同时仍然支持 xdebug_break() 点?

编辑:
我已经在 Xdebug 的跟踪器中提交了一个关于这个的错误。 https://bugs.xdebug.org/view.php?id=1269

最佳答案

我认为将它与 -d option 结合使用会更容易并告诉 xdebug 为 always enabled by default .

顺便说一句,尝试转储 $_ENV 并查看 XDEBUG_CONFIG 是否真的传递给了 PHP。

关于php - "php -a"交互式 shell 中的 xdebug,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35413401/

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