Valet-plus: Xdebug stop on ~/.composer/vendor/weprovide/valet-plus/server.php

Created on 28 Apr 2018  路  5Comments  路  Source: weprovide/valet-plus

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.

image

Most helpful comment

Finally got mine to work with these settings:
Screenshot 2019-04-01 at 23 38 48

Screenshot 2019-04-01 at 23 40 14
domain.test in port 443 without using mapping (same as for localhost)

All 5 comments

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:

https://imgur.com/1SPFuwM

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:

https://imgur.com/0HGDsFL

You can find those settings within the debug settings:
https://imgur.com/TE2q6Id

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.

Valet XDebug Issue

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:
Screenshot 2019-04-01 at 23 38 48

Screenshot 2019-04-01 at 23 40 14
domain.test in port 443 without using mapping (same as for localhost)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Neodork picture Neodork  路  63Comments

luukschakenraad picture luukschakenraad  路  14Comments

kupoback picture kupoback  路  22Comments

SanderAtom picture SanderAtom  路  23Comments

regularlabs picture regularlabs  路  19Comments