I'm having this same issue https://github.com/weprovide/valet-plus/issues/150
I would like to know why my PHPStorm is stopping my XDebug on the file Xdebug stop on ~/.composer/vendor/weprovide/valet-plus/server.php?
I've tried configuring and not configuring the XDebug on my PHPStorm but doesn't work.

Hi @rafaelstz,
Most of the time xDebug stops at server.php due to some PHPSTORM settings or lingering breakpoints. Make sure you have the following unchecked within PHPSTORM:

Also occasionally your terminal could get stuck within xDebug. You could solve that by upping your connection limit. This is however more of a preference setting:

You can find those settings within the debug settings:

I removed all my configurations .idea, then I just configured the options as you show above and enabled the XDebug.
But this message below showed up.

Do you have some other insights?
Done, thanks! 馃檶
@rafaelstz What did you do to get this fixed?
Finally got mine to work with these settings:


domain.test in port 443 without using mapping (same as for localhost)
Most helpful comment
Finally got mine to work with these settings:

domain.test in port 443 without using mapping (same as for localhost)