gpt4 book ai didi

php - 如何正确配置 xdebug.file_link_format?

转载 作者:搜寻专家 更新时间:2023-10-31 21:46:25 26 4
gpt4 key购买 nike

我希望 xdebug 输出的错误消息在浏览器中显示为链接,以便我可以使用 TextMate 快速打开它们。

我在我的 php.ini 文件中添加了以下行,重新启动了 apache,并在我的一个 php 脚本中添加了一些语法错误,但文件名没有显示为链接。 Xdebug 在我的系统上运行良好。

xdebug.file_link_format="txmt://open/?url=file://%f&line=%l"

我是否需要设置其他配置才能使这项工作正常进行?

编辑: 以下是我的 php.ini 中所有与 xdebug 相关的配置设置:

[xdebug]
xdebug.remote_enable=1
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.file_link_format="txmt://open/?url=file://%f&line=%l"

最佳答案

我找到了解决方案:所以只需将 MAMP 附带的 xdebug 替换为这里的最新版本

http://code.activestate.com/komodo/remotedebugging/

然后将链接部分移到扩展部分上方喜欢

[x调试]xdebug.file_link_format="txmt://open?url=file://%f&line=%1"zend_extension="/Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"

;xdebug.remote_enable=1;xdebug.remote_host=localhost;xdebug.remote_port=9000;xdebug.remote_autostart=1

比快乐快乐;-)

关于php - 如何正确配置 xdebug.file_link_format?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2859186/

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