gpt4 book ai didi

Eclipse Helios 不会在断点处停止

转载 作者:行者123 更新时间:2023-12-04 21:50:52 26 4
gpt4 key购买 nike

我最近从 Eclipse Galileo 升级到 Helios。 Helios 仅在“作为 PHP 脚本”调试时才会在断点处停止,而在“作为网页”调试时则不会。

当作为网页调试时,启动调试 session 的正确调试查询字符串似乎被添加到 url 中,如下所示:
http://localhost/hello.php?XDEBUG_SESSION_START=ECLIPSE_DBGP &KEY=129798139020511
但 elipse 不会在断点处停止。它只是放大代码并在浏览器中显示输出。

这是我在 php.ini 中的 xdebug 配置,它适用于 Galileo,但不适用于 Helios:(单击 here 查看我的整个 xdebug 配置设置)

;extension=xdebug.so <-- is this needed?
zend_extension=" /Applications/MAMP/bin/php5.3/lib/php/extensions/no-debug-no n-zts-20090626/xdebug.so "
xdebug.remote_enable=on
xdebug.remote_autostart=off
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.idekey=

; to enable remote debugging
zend_debugger.allow_hosts=127.0.0.1/32
zend_debugger.expose_remotely=always

您可以发布适用于 Helios 的 xdebug 配置吗?如果可能,您能否分享 phpinfo() 输出的 xdebug 部分?想比较适用于 Helios 的 xdebug 配置的设置与我拥有的设置。

最佳答案

我有完全相同的问题。我确实发现了一些关于 Galileo 中的断点无法在 Helios 中使用的错误报告。我有时可以让 Helios 在断点处停止,但我必须删除所有断点,然后开始调试,然后才添加断点。不用说,这很烦人。我会尝试找到我看到的链接并将其添加到此处。

现在我已经回到伽利略了。

马尔克斯。

关于Eclipse Helios 不会在断点处停止,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5035964/

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