
A screenshot with mouseover
Make var_dump’s and print_r’s more readable
Function output references with http://queryposts.com API when possible.
r instead of var_dumprt 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