
Admin Debug Tools makes it easy to manage your site’s logs and debug settings directly from the dashboard, without needing to edit backend files.
Debug Log
The Debug Log file is one of the most powerful tools for WordPress site admins and developers to troubleshoot issues on their site. But, accessing the debug log file can be a hassle, requiring backend file edits and SSH or FTP access.
Admin Debug Tools simplifies the process by giving you the power to manage your debug log from the WP Admin area.
With Admin Debug Tools, you can:
- View a formatted version of the debug log file;
- Monitor the latest log entries in near real-time (improvements to come);
- Filter log entries by type (
Error
,Warning
,Notices
,Deprecations
); - Search log entries by keyword with regex operators;
- Save and/or clear your debug log file;
- Download your debug log file;
- Toggle debug mode on and off with a single click;
- Edit the WP_DEBUG, WP_DEBUG_LOG, and other debug related constants;
WP Debugging
Admin Debug Tools makes direct edits to your wp-config.php
file to enable and disable debug mode through the WP_DEBUG
constant.
You have full control over the WP debug constants through the Config screen.
When you enable debug mode, WordPress will log errors, notices, and warnings to the debug log file. This can be helpful for troubleshooting issues on your site.
When you disable debug mode, WordPress will stop logging errors, notices, and warnings to the debug log file. This can be helpful for reducing server load and improving site performance.
https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
Future Features
Here are some of the features I have on my radar and plan to implement in future versions of Admin Debug Tools:
- Debug log file rotation;
- Option to ignore certain errors and reduce the noise in the log file;
- Custom and usefull error pages for debugging;
- Screen to debug database queries;
- Debug helper functions to use in your code and print debug information to the log file;
- Troubleshoot session mode to disable plugins and themes, and separate debugging from the main site;
Development
Admin Debug Tools is open source and we welcome contributions! You can find the source code and development instructions in our GitHub repository:
https://github.com/tjdsneto/admin-debug-tools
If you’re interested in contributing, please check the repository for development setup instructions, coding standards, and contribution guidelines.