How can I make NetBeans not stop on the first line with xdebug?
Asked Answered
S

3

24

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.

Southing answered 8/12, 2008 at 21:27 Comment(0)
S
61

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

Southing answered 8/12, 2008 at 22:19 Comment(2)
Finally - it only just occurred to me this might be optional. Saving me bags of time now!Dishevel
probably obvious, but is under the "Debug" page of PHP sectionHonor
P
9

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

Perch answered 22/4, 2009 at 15:47 Comment(0)
P
1

Tools -> Options -> Php -> Debugging -> Uncheck "Stop at first line" -> Apply -> OK.

enter image description here

enter image description here

Principate answered 15/12, 2020 at 10:50 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.