viktorhordieiev / module-debugger
Frontend layout debug console with block highlighting.
Package info
gitlab.com/viktor.hordieiev/viktorhordieiev-module-debugger
Type:magento2-module
pkg:composer/viktorhordieiev/module-debugger
v1.0.3
2026-03-07 01:55 UTC
This package is not auto-updated.
Last update: 2026-03-07 03:13:28 UTC
README
Magento 2 module that exposes layout tree, routes, and handles in page DOM for debugging.
Installation (Composer)
composer require viktorhordieiev/module-debugger
php bin/magento module:enable ViktorHordieiev_Debugger
php bin/magento setup:upgrade
php bin/magento cache:flush
Admin Configuration
Path:
Stores -> Configuration -> ViktorHordieiev -> Debugger -> Enabled
Default value: enabled.
Related Chrome Extension (required)
This module is designed to be used together with the Chrome DevTools extension:
Without the extension, module debug payload is generated but you do not get the dedicated DevTools UI (Magento 2 panel).