1

Whenever I start a debugging session in NetBeans IDE 8.1, the program always stops at this line in index.php:

require_once(dirname(__FILE__).'/../config/ProjectConfiguration.class.php');

So I have to continue from there, even more than once sometimes, and its so annoying.

I tried to clear all break points but it won't work (this line is not even listed as a break point).

Any suggestions?

1
  • Is there a break point exists? or you break it at beginning of the file? Commented Apr 6, 2017 at 15:09

1 Answer 1

3

There is a config setting to control this

Tools->Options 
Click the PHP icon in the icon bar
Select the debugging tab
Uncheck the "Stop at first line" checkbox.
Sign up to request clarification or add additional context in comments.

2 Comments

Awesome, thats what I was looking for. Thank you.
was looking for this for 2 days, who the hell though that checking it as default will be good idea

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.