Question

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?

Was it helpful?

Solution

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.

enter image description here

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top