As of April 2026, KL Debug is a WordPress debug plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 1.6K+ times in total. Requires WordPress 5.2+ and PHP 7.2+. Available on WordPress.org since 2020. Last updated 3 years ago — may have compatibility concerns. Top alternative: WP Crontrol.
Add a Debug Bar to your WordPress website to debug and develop your themes, plugins, etc…
With the plugin you can find every variables you want to debug in the same place and use debug functions to display them.
To fully help you to debug your website you need to add some code to your wp-config.php file.
define( 'WP_DEBUG', true ); // PHP errors, notices and warnings will be displayed
define( 'SAVEQUERIES', true ); // Display queries in current page
define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true ); // Disable WP Fatal error handler
To debug a simple variable you can use:
<?php dump( $var ); // Dump the variable(s) ?>
To debug a variable and stop the process after you can use:
<?php dd( $var ); // This will die after dumping the v…| WordPress | 5.2+ requiredTested up to 6.0.11 |
| PHP | 7.2+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.