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

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


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