Recently; this didn't happen before when I load my Drupal page, the debugger immediately stops on index.php firt line of code instead of only suspending on the first breakpoint. How can I fix that?
Try to remember what you did recently that could lead to such behaviour. I never had such "[debugger] suddenly changed for no reason" behaviour for all these years of using PhpStorm.
In any case: make sure that "Run | Break at first line in PHP scripts" in unchecked
Hi there,
Try to remember what you did recently that could lead to such behaviour. I never had such "[debugger] suddenly changed for no reason" behaviour for all these years of using PhpStorm.
In any case: make sure that "Run | Break at first line in PHP scripts" in unchecked
Please try suggestion described in this comment -- it helped that person.
http://youtrack.jetbrains.com/issue/WI-17389#comment=27-485438
Nevermind, JUST figured it out!