This plugin is outdated and might not be supported anymore
Pretty Debug

Pretty Debug

Details
View on WordPress

Make var_dump’s and print_r’s more readable

Function output references with http://queryposts.com API when possible.

  • Use r instead of var_dump
  • Use rt for text mode.

For example:

r($GLOBALS['wp_query']->get_posts());
rt($GLOBALS['wp_query']->get_posts());

Notes :

All the work was done by digitalnature I just wrapped it into a WordPress plugin and changed the look for inline debugging.

Please report issues to: https://github.com/wycks/WP-Pretty-Debug

Details

Plugin code:
pretty-debug
Plugin version:
1.0
Outdated:
Yes
WP version:
3.5 or higher
PHP version:
or higher
Test up to WP version:
3.5.2
Total installations:
10
Last updated:
2013-07-12
Rating:
Times rated:
1
debug
debugging
var_dump