Shopware + PHPStorm: Easier Xdebug in administration
Fabian Blechschmidt
You are trying to debug your Shopware 6 but your breakpoints are hit all the time, because the admin worker is doing stuff and turning it off makes everything even worse?
Just ignore most of the request with a condition on your breakpoint. In PHPStorm you can right click on a breakpoint and then click on „More“, you see this window:
Turn on "Condition" and then add the following, which ignores all kinds of requests: