Skip to content

Underpin-WP/debug-bar-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Unerpin Debug Extension

This extension uses Underpin's logger class with commonly-used WordPress debugger utilities, such as debug bar and query monitor.

This extension requires Underpin to function.

Installation

Using Composer

composer require underpin/debug-bar-extension

Manually

This plugin uses a built-in autoloader, so as long as it is required before Underpin, it should work as-expected.

require_once(__DIR__ . '/underpin-debug-bar-extension/debug-bar.php');

Setup

This plugin will automatically log any logger events. Simply installing the extension and activating your debugger of choice is sufficient.

  1. Install Underpin. See Underpin Docs
  2. Install any of the supported plugins mentioned below.

Supported Plugins

  1. query monitor
  2. debug bar

If you use a plugin, and think it should be integrated, submit an issue.