Skip to content

Magento 2 Debug Helper Module for easy debugging with Xdebug and PHPStorm or any other IDE

License

Notifications You must be signed in to change notification settings

shkoliar/magento-debug-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento 2 Debug Helper

Information and Usage

Magento 2 Debug Helper Module usage with PHPStorm and Xdebug

Installation

To install the Magento 2 Debug Helper module, simply run the command below

composer require --dev shkoliar/magento-debug-helper

Then enable the module

bin/magento module:enable Shkoliar_DebugHelper

Another few extra commands to ensure that the module is properly registered and classes are generated.

bin/magento setup:upgrade
bin/magento setup:di:compile