Type
magento2-module
PHP 8.3 version. This is a console command to toggle xdebug on and off with debug and coverage mode
magento2-module
mit
None
None
None
None
None
Version 6.0.2
The php version can now be specified in the config.xml file currently defaulting to 8.1
composer require zeloc/xdebugtoggle
The above represents the name that is defined in the modules composer.json
Runs with n98 mage run or bin/magento
zeloc:xdebug:toggle or short z:x:t
Modes now used:
Debug mode:
zeloc:xdebug:toggle --mode=d
Coverage mode
zeloc:xdebug:toggle --mode=c
```