zeloc/xdebugtoggle

PHP 8.1 version. This is a console command to toggle xdebug on and off with debug and coverage mode

Installs: 39

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:magento2-module

6.0.2 2024-05-09 13:30 UTC

This package is auto-updated.

Last update: 2024-05-09 13:30:56 UTC


README

Version 6.0.2

Now supports use changing the mode to coverage when using unit testing

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