.lando.yml
config:
xdebug: "debug,develop"
SSH into the lando box and run export XDEBUG_SESSION=drush
. That will set up php commands to trigger xdebug and phpstorm will catch the connection.
.lando.yml
config:
xdebug: "debug,develop"
SSH into the lando box and run export XDEBUG_SESSION=drush
. That will set up php commands to trigger xdebug and phpstorm will catch the connection.