Debug Log – Manager Tool
Debug Log – Manager Tool
Description
A comprehensive debugging toolkit for WordPress developers and site administrators. This plugin gives you complete control over WordPress debugging without editing wp-config.php files or using FTP.
Quick Demo
Key Features
- WP-CLI Style Terminal: Execute WordPress commands directly from your browser with syntax highlighting and auto-completion
- Database Tools: Run SQL queries, view table structures, and optimize your database (super admin only)
- Debug Constants Manager: Toggle all WordPress debug constants with a single click
- Log Viewer: View, filter, and analyze debug logs with syntax highlighting and error categorization
- Query Inspector: Examine database queries with SAVEQUERIES support
- Email Notifications: Get alerts when new errors appear in your logs
- Safe Mode: Quickly disable all plugins except selected ones for troubleshooting
- Custom Log Paths: Set custom log file locations with filter support
Debug Constants Available
- WP_DEBUG – Default Value: true – Enables WordPress debug mode
- WP_DEBUG_LOG – Default Value: true – Saves all errors to a debug.log file
- SCRIPT_DEBUG – Default Value: false – Uses development versions of core JS and CSS files
- WP_DEBUG_DISPLAY – Default Value: false – Controls whether debug messages display on screen
- SAVEQUERIES – Default Value: false – Saves database queries for analysis
Developer Tools
- Terminal Commands: Use WP-CLI style commands like
wp core versionorwp plugin list - Database Explorer: Run SELECT queries and view results in a formatted table
- Stack Trace Analysis: Visualize error stack traces for easier debugging
- Hook Inspector: View all registered hooks and their callbacks
- Environment Detection: Development features are automatically hidden in production
Developer API: Apply custom filters like
apply_filters('wp_debuglog_log_file_path', $file);to extend functionality
Please note: Constant values will be restored on plugin deactivation as it was before activating the plugin.
Installation
- Upload the plugin files to the
/wp-content/plugins/debug-log-config-tooldirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress
- Go to Tools-> Debug Logs screen to see the debug logs or access it from the top navbar.
Faq
No, just activate the plugin and turn off/on debug mode from plugin settings
Yes you can see a simple log in dashboard widget and nicely formatted view in the plugin
Safe mode will deactivate all the plugin except the selected one. When you turn safe mode off it will restore all the previous activated plugin.
Reviews
I love this plugin
By marymac on October 23, 2025
I was getting tons of errors in my database and being able to easily look at the debug logs and turn debugging on and off from the admin panel is so much faster than messing with my file manager. Thank you!
🚨 🙌 hands down the best WordPress Debugging Plugin
By Mike Zielonka (mikezielonka) on September 20, 2025
If you’re tired of cracking open wp-config.php every time something hiccups, this plugin is the fix. One‑click toggles for WP_DEBUG (and friends) ✅, a readable log viewer with filters + highlighting 🔎, and a SAVEQUERIES inspector that makes tracking slow queries way less painful ⏱.
Two killer features:
- Safe Mode that disables everything except what you choose—perfect for “is it the plugin or the theme?” moments 🧪
- An in‑browser, WP‑CLI‑style terminal and DB tools that save me trips to SSH when I’m on the move 🖥⚡
Bonus points for stack trace viz, hook inspector, and email alerts when new errors pop ✉. It’s the kind of utility you don’t realize you need until it saves your afternoon.
Bottom line: clean UI, thoughtful features, no file‑editing drama. Runs smooth on my client sites and my own projects here in Wisconsin. ⭐⭐⭐⭐⭐
Perfect for speed debugging
By Emmanuel BERTRAND (websteem) on September 6, 2025
If you don't have your FTP credentials near you, this plugin is a must have for debugging. Very easy to use.
Very useful
By onegiantleap on August 17, 2025
Thank you so much for this plugin, helps a lot finding my horrible fatal errors :-D.
Perfect Plugin
By bytefight on June 1, 2025
Works perfect!
Great Tool
By neotek9 on May 13, 2025
Using in place of PHP Error Log.
Much appreciated.
Fantastic & easy to use.
By Wombat Plugins (maartenbelmans) on February 10, 2025
Fantastic plugin with an easy interface for browsing. Thank you so much for making it available for free!
Excellent tool, great for debugging
By lfgellon on December 5, 2024
This straightforward tool gives you access to the information you need to debug.
Works but has bugs and bad support
By Krzysztof Planeta (chrisplaneta) on February 19, 2024
The plugin used to work very well, but with the latest update the debug log cannot be cleaned. This has been reported as a bug 2 months ago with no response and no other update. This is why I'm giving the plugin 2 stars. There are other plugins that work better.
Great plugin
By 57hfjurt on January 8, 2024
Works without having the errors on the front end of your site, you see the errors nicely in the admin area, The user sees nothing
Changelog
2.0.1
- Fix typo
- Fix memory issue
2.0.0
- Added WP-CLI style command structure in terminal (e.g.,
wp core version) - Added database commands with WP-CLI syntax (
wp db query,wp db tables, etc.) - Added terminal settings page to enable/disable terminal and database features
- Added super admin restriction for database commands
- Added support for SQL queries with proper security measures
- Added stack trace visualization for better error analysis
- Help command to show commands by category with organized sections
- Enhanced security for terminal commands (preventing SQL injection, restricting destructive commands)
- Quick Debug Toggle from admin bar (WP_DEBUG)
1.5.3
- Fix footer text on all page
1.5.2
- Added query logs
1.5
- Fixed Vulnerability of debug log file. Generating random file for debug.
- Added a new safe mode which will turn off all plugins excluding selected ones.
1.4.5
- Fixed refresh
1.4.2
- New Constants
- Removed database dependency
1.4.4
- Fixed Refresh Log
- Added dashboard widget
- Clean UI
- Refresh Log
- Email Notification
1.0.0
- Initial Version


