2

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.

4

1 回答 1

11

经过大量的谷歌搜索,我发现了如何解决这个问题。可以设置“Break on first line”配置的三个位置。

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

后一个覆盖前一个。

于 2012-02-29T13:26:22.267 回答