Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/shkoliar/magento-debug-helper

Magento 2 Debug Helper Module for easy debugging with Xdebug and PHPStorm or any other IDE
https://github.com/shkoliar/magento-debug-helper

debug-tool debugging debugging-tool developer-tools development ide local-development magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-module mit mit-license phpstorm xdebug

Last synced: 3 months ago
JSON representation

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

Lists

README

        

# 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

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

Then enable the module

```bash
bin/magento module:enable Shkoliar_DebugHelper
```

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

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