

Podcast – Transformation Ubuntu
Adds a debug menu to the admin bar that shows query, cache, and other helpful debugging information.
A must for developers!
When WP_DEBUG
is enabled it also tracks PHP Warnings and Notices to make them easier to find.
When SAVEQUERIES
is enabled the mysql queries are tracked and displayed.
To enable these options, add the following code to your wp-config.php
file: