Often, there are little idiosyncrasies that come with learning anything new. Thus, an IDE is no different.
And when it comes to learning a new IDE and how to use a debugger with it, there can often be small things that need to be adjusted or configured so that they help streamline your development.
For me, it comes with some of the default behavior of Xdebug. That is, if you’ve ever installed a new IDE and set it up to use Xdebug, you’ve likely experienced the behavior of having it start on the very first line of your web server or your application.
And this can be an annoying albeit preventable setting. If you’re using PhpStorm, here’s an easy way to fix it.



