Eclipse 和 Zend 调试器总是在第一行中断,尽管未选中该选项

发布于 2025-01-01 00:45:22 字数 127 浏览 1 评论 0原文

我在 PHP 调试配置中取消选中在第一行中断选项,但无论如何,它仍然在第一行中断。
我怎样才能防止这种情况发生?

我正在使用 MacOSX、Eclipse PDT 3.0.2 和 Zend 调试器。

I unchecked the break on first line option in the PHP debug configuration, but it still breaks in the first line, no matter what.
How can I prevent this?

I'm using MacOSX, Eclipse PDT 3.0.2 with the Zend Debugger.

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

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

发布评论

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

评论(1

影子是时光的心 2025-01-08 00:45:22

经过大量谷歌搜索后,我找到了如何解决这个问题。可以在三个位置设置“第一行中断”配置。

  • 窗口->首选项 -> PHP->调试
  • 项目->属性-> PHP 调试
  • 运行 ->调试配置-> PHP 网页 -> <您的配置> ->服务器选项卡

其中后一个选项卡覆盖前一个选项卡。

After a lot of googling I found out how to solve this problem. There are three places where the "Break on first line" configuration can be set.

  • Window -> Prefrences -> PHP -> Debug
  • Project -> Properties -> PHP Debug
  • Run -> Debug Configurations -> PHP Web Page -> <Your configuration> -> Server-Tab

Where the latter one overrides the previous one.

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