This repository was archived by the owner on Aug 19, 2023. It is now read-only.
Releases: drush-ops/drush-launcher
Releases · drush-ops/drush-launcher
0.6.0
This release of Drush Launcher contains the new composer/xdebug-handler library. This allows drush launcher to disable xdebug very early during the bootstrap which results in a huge performance improvement when working with drush on command line.
It is possible to enforce xdebug through the DRUSH_ALLOW_XDEBUG
environment variable. DRUSH_ALLOW_XDEBUG=1
will not drop the active xdebug session.
drush-ops/drush#3272 contains some benchmarks.