
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.
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:
Error, Warning, Notices, Deprecations);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/
Here are some of the features I have on my radar and plan to implement in future versions of Admin Debug Tools:
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.