Gabriel Muñumel
Gabriel Muñumel

Reputation: 1876

XDebug, how to avoid to stop in the index.php everytime?

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

Answers (1)

Gabriel Muñumel
Gabriel Muñumel

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.

enter image description here

Upvotes: 7

Related Questions