up vote 3 down vote favorite
share [g+] share [fb]

I'm using NetBeans 6.5 for developing PHP and I have xdebug setup. Is there a way I can tell it not to stop on the first line of the file on every request? JIT mode won't fix this because I don't want it to stop on every exception that I catch.

link|improve this question

feedback

2 Answers

up vote 8 down vote accepted

I just found my answer, you go to Tools > Options > PHP (section) and there is a checkbox for "stop at the first line"

link|improve this answer
feedback

For Mac users, you go to the Netbeans > Preferences... and find it under the PHP section

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.