Loki_Debugger
Jump to User Docs
module.dev
Components
PHP
8.1 - 8.4
Magento
2.4.7 | 2.4.8
CSP
Yes
Latest Release
1.1.1
Loki_Debugger
This Magento 2 module is an add-on package for adding a debugger toolbar to the Loki_Components module.
Installation
Install this package via composer (assuming you have setup the composer.yireo.com repository correctly already):
composer require loki/magento2-debugger
Next, enable this module:
bin/magento module:enable Loki_Debugger
Support
For getting support, create an Issue under the following project URL:
https://github.com/LokiExtensions/Loki_Debugger
Loki Components
The following LokiComponents are created or references in this module:
loki-debugger.debugger
Module Dependencies
The following dependencies are declared in the module its `etc/module.xml` file:
Loki_Base
Loki_Components
Loki_CssUtils
Magento_Backend
Magento_Config
Magento_Customer
Magento_Store
Yireo_CspUtilities
Composer details
Magento module name
Loki_Debugger
Composer name
loki/magento2-debugger
Composer version
1.1.1
Default branch
main
Requirements
loki/magento2-components: ^2.0
loki/magento2-css-utils: ^1.0
magento/framework: ^103.0
Releases
| 1.1.1 |
08 March 2026 |
| 1.1.0 |
08 March 2026 |
| 1.0.11 |
08 March 2026 |
| 1.0.10 |
08 March 2026 |
| 1.0.9 |
08 March 2026 |
| 1.0.8 |
08 March 2026 |
| 1.0.7 |
08 March 2026 |
| 1.0.6 |
08 March 2026 |
| 1.0.5 |
08 March 2026 |
| 1.0.4 |
08 March 2026 |
| 1.0.3 |
08 March 2026 |
| 1.0.2 |
08 March 2026 |
| 1.0.1 |
08 March 2026 |
| 1.0.0 |
08 March 2026 |
| 0.1.0 |
08 March 2026 |
| 0.0.7 |
08 March 2026 |
| 0.0.6 |
08 March 2026 |
| 0.0.5 |
08 March 2026 |
| 0.0.4 |
08 March 2026 |
| 0.0.3 |
08 March 2026 |
| 0.0.2 |
08 March 2026 |
| 0.0.1 |
08 March 2026 |
Changelog
[1.1.1] - 13 February 2026
Fixed
- Move close button to top of toolbar
- Do not escape child blocks
- Prevent JS error when there are no tabs
[1.1.0] - 12 February 2026
Added
- Add scrolling within toolbar
- Make tabs of toolbar extensable
- Fix position of debug bar in bottom
Fixed
- Debugger was never properly set as global component target
[1.0.11] - 03 February 2026
Fixed
- Rewrite to composable AbstractComponentContext
[1.0.10] - 23 January 2026
Fixed
- Add new GitHub Action workflows
- Copy generic CI/CD files
[1.0.9] - 21 November 2025
Fixed
- Convert sort order in HTML hint to 0
- Debug sortOrder
- Update composer keywords
- Update composer keywords
- Update composer keywords
[1.0.8] - 22 October 2025
Fixed
- Do not escape
$css() with escapeHtmlAttr() but escapeHtml()
[1.0.7] - 01 October 2025
Fixed
- Move HTML hints from LokiTheme_LumaComponents to Loki_Debugger
- Update README
[1.0.6] - 23 September 2025
Fixed
- Rename loki.script from container to block to allow caching
- Change containers into blocks to allow for caching
- Add
.prevent modifier to @click event handler
- Rename Alpine store checkout to LokiCheckout, components to LokiComponents
- Rename loki-scripts to loki.script
[1.0.5] - 28 August 2025
Fixed
[1.0.4] - 21 August 2025
Fixed
- Fix wrong Alpine component name
- Move JSON directive into separate template
- Declare used PHP namespaces
- Document latest version of template
- Add missing
strict_types declaration
[1.0.3] - 18 August 2025
Fixed
- Lower requirements to PHP 8.1
[1.0.2] - 18 August 2025
Fixed
- A11Y issues
- Fix a11y tab attributes
[1.0.1] - 06 August 2025
Fixed
- Lower PHP requirement to PHP 8.2+
[1.0.0] - 21 July 2025
Fixed
- Rename PHP namespace from
Yireo_LokiComponents to Loki_Components
- Update deps with
loki/magento2-components
[0.1.0] - 10 July 2025
Refactor
- Rename
Yireo_LokiComponentsDebugger to Loki_Debugger
- Rename
yireo/magento2-loki-components-debugger to loki/magento2-debugger
[0.0.7] - 13 May 2025
Fixed
- Update MODULE.json
- Modules should NOT determine the page layout for reusable handles
- Allow PHP 8.4 in CI
[0.0.6] - 25 April 2025
Fixed
- Allow to upgrade to LokiComponents 1.0
- Fix CSP issue with new x-json directive
- Move scripts from "before.body.end" to new "loki-scripts" container
[0.0.5] - 04 April 2025
Fixed
- Add keywords to composer.json
- Ignore CICD file in PHPCS
- Add new MODULE.json with meta-information
[0.0.4] - 11 March 2025
Fixed
[0.0.3] - 24 February 2025
Fixed
- Default target definitions were dropped when cache was refreshed from non-frontend
[0.0.2] - 22 February 2025
Fixed
- Add proper README
- Replace TODO.md with TODO.json
- Add CHANGELOG and TODO
[0.0.1] - 21 January 2025
Jump to User Docs
Last modified: September 1, 2025