XDebug 3 settings for debugging drush scripts in lando with PHPStorm
.lando.yml
config: xdebug: "debug,develop"
SSH into the lando box and run export XDEBUG_SESSION=drush
. That will set up php...
.lando.yml
config: xdebug: "debug,develop"
SSH into the lando box and run export XDEBUG_SESSION=drush
. That will set up php...
I don't think 7.2 xdebug is available in Homebrew yet, so I had to go with 7.1