Debug Bar

plugin banner

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

Author:wordpressdotorg (profile at wordpress.org)
WordPress version required:3.4
WordPress version tested:6.5
Plugin version:1.1.6
Added to WordPress repository:04-11-2010
Last updated:14-03-2024
Rating, %:84
Rated by:65
Plugin URI:https://wordpress.org/plugins/debug-bar/
Total downloads:1 524 115
Active installs:30 000+
plugin download
Click to start download

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’.


ChangeLog