Eclipse 和 Zend 调试器总是在第一行中断,尽管未选中该选项
我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
经过大量谷歌搜索后,我找到了如何解决这个问题。可以在三个位置设置“第一行中断”配置。
<您的配置>
->服务器选项卡其中后一个选项卡覆盖前一个选项卡。
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.
<Your configuration>
-> Server-TabWhere the latter one overrides the previous one.