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
Post a Comment