Debug Bar

Debug Bar Install Statistics

25
102.54%
Today: 1,009 Yesterday: 984 All-time: 1,535,086 downloads
Debug Bar Icon

Try plugin: Debug Bar

We'll create fresh WordPress site with Debug Bar installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Debug Bar

Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.

49


3


1


0


12

updated: 9 months ago
since: 14 years ago
author: wordpressdotorg

Description

Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.

A must for developers!

When WP_DEBUG is enabled it also tracks PHP Warnings and Notices to make them easier to find.

When SAVEQUERIES is enabled the mysql queries are tracked and displayed.

To enable these options, add the following code to your wp-config.php file:

define( 'WP_DEBUG', true );
define( 'SAVEQUERIES', true );

Add a PHP/MySQL console with the Debug Bar Console plugin.

There are numerous other add-ons available to get more insight into, for instance, the registered Post Types, Shortcodes, WP Cron, Language file loading, Actions and Filters and so on. Just search the plugin directory for ‘Debug Bar’.

Tags
debug