humanmade / local-vip

A Composer package providing a Docker-based local development environment for use with WordPress VIP projects.
7 stars 4 forks source link

XDebug default doesn't work #23

Open alwaysblank opened 2 years ago

alwaysblank commented 2 years ago

The docs say that --xdebug will turn xdebug on, but in my experience this isn't the case. I need to pass --xdebug=debug (which is supposed to be the default) or the debug server doesn't work (i.e. PHPStorm never receives notification of an incoming XDebug thing).