debugging - NetBeans debugger stops on index.php with no breakpoint -


whenever start debugging session in netbeans ide 8.1, program stops @ line in index.php:

require_once(dirname(__file__).'/../config/projectconfiguration.class.php'); 

so have continue there, more once sometimes, , annoying.

i tried clear break points won't work (this line not listed break point).

any suggestions?

there config setting control this

tools->options  click php icon in icon bar select debugging tab uncheck "stop @ first line" checkbox. 

Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -