NetBeans 调试器在 index.php 停止,没有断点
NetBeans debugger stops on index.php with no breakpoint
每当我在 NetBeans IDE 8.1 中启动调试会话时,程序总是在 index.php 中的这一行停止:
require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
所以我不得不从那里继续,有时甚至不止一次,这太烦人了。
我试图清除所有断点但它不起作用(该行甚至没有被列为断点)。
有什么建议吗?
有一个配置设置可以控制这个
Tools->Options
Click the PHP icon in the icon bar
Select the debugging tab
Uncheck the "Stop at first line" checkbox.
每当我在 NetBeans IDE 8.1 中启动调试会话时,程序总是在 index.php 中的这一行停止:
require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');
所以我不得不从那里继续,有时甚至不止一次,这太烦人了。
我试图清除所有断点但它不起作用(该行甚至没有被列为断点)。
有什么建议吗?
有一个配置设置可以控制这个
Tools->Options
Click the PHP icon in the icon bar
Select the debugging tab
Uncheck the "Stop at first line" checkbox.