Eclipse and Zend Debugger breaks in the first line always, despite having unchecked that option

微笑、不失礼 提交于 2019-12-12 16:38:15

问题


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.


回答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.

  • 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.



来源:https://stackoverflow.com/questions/9071397/eclipse-and-zend-debugger-breaks-in-the-first-line-always-despite-having-unchec

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!