CodeIgniter Forums
Debug, how to avoid to stop in the index.php everytimes - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Debug, how to avoid to stop in the index.php everytimes (/showthread.php?tid=56736)



Debug, how to avoid to stop in the index.php everytimes - El Forum - 01-16-2013

[eluser]GabrieleMartino[/eluser]
Hello,

I have netbeans with codeigniter and xdebug.

Every times it stops on the index.php making a loop and is quiete slow to click everytimes each time to say to go forward of one step. Is there a way to say it to go until it found a break point and not else.

Thanks


Debug, how to avoid to stop in the index.php everytimes - El Forum - 10-27-2013

[eluser]Unknown[/eluser]
I am having the same problem. did you get a reply to this?



Debug, how to avoid to stop in the index.php everytimes - El Forum - 10-28-2013

[eluser]duartix[/eluser]
In NetBeans:

Tools|Options|PHP|Debugging|Stop at First Line.

Just uncheck it! Wink