Reputation: 1876
I have Netbeans with CodeIgniter and Xdebug.
Every time it stops on the index.php in a loop. It is quite slow to click go forward one step every time. Is there a way to make it run until it finds a break point?
Upvotes: 3
Views: 1415
Reputation: 1876
The solution was simple, thanks to @RiggsFolly and @Phil. You need to go to
Tools > Options > Choose Php > Debugging Tab, and deselect the: Stop at First Line.
Upvotes: 7