Tue 26 May 2009
The WP-Devel plugin for WordPress features a ton of debug options to help developers. Debug information is easily turned on/off from the WP-Devel toolbar.
Included debug information:
- Show template file viewing
- Display page/query load times
- Display all queries executed w/ load times
- Show all phpinfo
WP-Devel also utilizes the Krumo debugging tool to easily view debug information including:
- WP_Query and WP array values
- included files
- included functions
- declared classes
- HTTP Headers
- defined constants
- current cookies
- values in $_SERVER
- values in $_ENV
- values in $_SESSION
- values in $_POST
- values in $_GET
- values in $_REQUEST
Installation:
1. Upload the wp-devel folder to the plugins directory in your WordPress or WPMU installation
2. Activate the plugin
That’s it! The WP-Devel toolbar will automatically display for all site admins allowing you to tweak what debug information is displayed quickly and easily anywhere on your website.
Visit the WP-Devel Plugin homepage or download it from WordPress.org.


(20 votes, average: 3.80 out of 5)
[...] So the next plugin entered into the competition is WP-Devel. [...]
I can’t wait to try this out. It looks like a must-have for any WordPress developer!