by taylor.mitchellstjoseph on WordPress.org
Toggle WP_DEBUG on/off through the admin toolbar
This plugin adds an option in the admin toolbar to toggle WP_DEBUG on/off.
wp-config.php must be writable by the server and code must be in the default format/spacing – define(‘WP_DEBUG’, false);
This plugin incorporates the pear php_debug library into wordpress.
View, filter, download or empty the error_log file from admin dashboard.
Show the origin of an action or filter hook sequentially which helps a developer to debug quickly.