Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
As of April 2026, Debug Bar is a WordPress debug plugin with 20K+ active installations and a 4.1/5 rating from 69 reviews. It has been downloaded 2.1M+ times in total. Requires WordPress 3.4+ and PHP false+. Available on WordPress.org since 2010. Recently updated within the last 3 months. Download volume is stable this week. Top alternative: WP Crontrol.
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’.
It works…
Finding bugs is very easy and efficient with that plugin. I can highly recommend it.
Debug Bar is still listed in WordPress’s own developer documentation as a go-to debugging tool, yet it hasn’t been updated in over a year and throws PHP errors. It’s a clear example of Automattic promoting a tool while failing to maintain it – a pattern that’s become too common. For a plugin they recommend, its neglect is frustrating and undermines developer trust.
This is a very useful plugin, but I am getting errors when WP_DEBUG is set to true based on the updates in WordPress 6.7.
Notice: Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>.
I hope there will be an update soon!
A plugin without which I cannot imagine my work. It would definitely be much more difficult.
| WordPress | 3.4+ requiredTested up to 7.0 |
| PHP | false+ required |
WP_Query panel.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.