Just one debug tool for developers.
As of April 2026, DoDebug is a WordPress debug tool plugin with 0 active installations and a 0/5 rating0. It has been downloaded 977 times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2020. Last updated 5 years ago — may have compatibility concerns. Top alternative: Error Log Viewer by BestWebSoft.
This plugin can log the breakpoints into the file.
tail -f /your_wordpress_path/wp-content/debug.log to watch the output.To log, use defined( 'debug' ) && debug( 'your content to log' ); in your plugin/theme code.
To log only in advanced debug level, use defined( 'debug' ) && debug2( 'your content to log' );.
To log with backtrace depth = 4, use defined( 'debug' ) && debug( 'your content to log', 4 );.
To append one variable (usually an array), use defined( 'debug' ) && debug( 'your content to log', $var_to_check );.
| WordPress | 4.0+ requiredTested up to 5.3.21 |
| PHP | false+ required |
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.