Eclipse PDT、XDebug 和 WAMP。 Eclipse 没有在断点处停止

发布于 2025-01-01 02:51:56 字数 339 浏览 1 评论 0原文

我有以下环境。

操作系统:Win 7 64 位 WAMP服务器2.2 PHP:5.3.8 阿帕奇:阿帕奇2.2.21 Eclipse:版本:3.7.1 光动力治疗:3.0 Xdebug:php_xdebug-2.1.3-5.3-vc9-x86_64.dll

XDebug 已配置并显示在 phpinfo 中。 我看到 Xdebug 会话在浏览器中开始和结束。

但由于某种原因,Eclipse 没有在任何断点处停止。我什至尝试设置“在第一行中断”。但没有任何作用。

尝试了论坛的一些建议。什么都不起作用。

不确定我是否遗漏了什么或者我的设置很奇怪?

请让我知道你的想法

I have the following environment.

OS: Win 7 64 Bit
WAMP Server 2.2
PHP: 5.3.8
Apache: Apache2.2.21
Eclipse: Version: 3.7.1
PDT: 3.0
Xdebug: php_xdebug-2.1.3-5.3-vc9-x86_64.dll

XDebug is configured and showing up in phpinfo.
I see Xdebug session is starting and ending in the browser.

But for some reason, eclipse is not stopping at any breakpoints. I even try to set "Break at first line". But nothing is working.

Tried several suggestions by Forums. Nothing is working.

Not sure if I am missing something or my set is weird?

Please let me know your thoughts

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

记忆里有你的影子 2025-01-08 02:51:56

帮助我解决这个问题的一件事是将以下行添加到相关的 php.ini 文件中

xdebug.remote_enable=1 

One of the things that helped me solve this issue was adding the following line to the relevant php.ini file

xdebug.remote_enable=1 

首先,运行 phpinfo();
获取你的信息,然后Ctrl+A,复制所有信息,然后将所有单词放入这个文本区域。[http://xdebug.org/find-binary][1],xdebug会告诉你xdebug的版本和config 放在 php.ini 文件的末尾。

检查 Eclipse 菜单“停止在第一行”,确保现在您使用的是 xdebug,而不是 Eclipse 中的 zenddebug。

祝你好运

first ,you run the phpinfo();
get your info,and Ctrl+A,copy all the information,then put all the words into this textarea.[http://xdebug.org/find-binary][1],and the xdebug will tell you the xdebug's version and config put the end of your php.ini file.

check the eclipse menu "stop at first line",make sure now you useing the xdebug,not the zenddebug in your eclipse.

good luck

Oo萌小芽oO 2025-01-08 02:51:56

查看与您的 PHP 和 PHP 版本相匹配的内容Eclipse...有时它也有助于解决问题。

我的断点没有停止,所以我检查了 eclipse 和 PHP & xdebug 版本并解决我的问题。

另请检查 Eclipse“首选项-->PHP-->PHP 解释器”和 PHP 版本。

see match the versions of your PHP & Eclipse....sometimes it is also help to solve the problem.

my breakpoint is not stopping so that I checked the eclipse and PHP & xdebug verson and get my problem solved.

Also check Eclipse "Preference-->PHP-->PHP Interpretor" and version of PHP.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文