You can use this plugin to manually log data or to capture logging on WordPress actions. You can capture load time, memory, backrace, data dumps, urls …
As of April 2026, Debugger is a WordPress debug plugin with 10 active installations and a 4.5/5 rating from 2 reviews. It has been downloaded 4.3K+ times in total. Requires WordPress 3.0+ and PHP false+. Available on WordPress.org since 2013. Last updated 12 years ago — may have compatibility concerns. Top alternative: WP Crontrol.
You can use this plugin to manually log data or to capture logging on WordPress actions. You can capture load time, memory, backrace, data dumps, urls, and server IPs.
This is designed to either be managed using wp-config.php and logging OR using the admin and debugbar plugin ( https://wordpress.org/extend/plugins/debug-bar/ ). Most of the following documentation applies equally to the settings panel or the wp-config.php vars. Either one works fine. The only exception is the DEBUG_LOG configuration which is only supported as a wp-config var.
Firstly, you can manually log things using the following function:
do_action( 'log', $message, $group, $data );
The $group allows you to selectively output logging based on groups of log messages. The $message is the string you want to see in the lo…
| WordPress | 3.0+ requiredTested up to 3.6.1 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.