Home Plugins pretty debug
Pretty Debug logo

Pretty Debug

by wycks on WordPress.org

A WordPress plugin that makes var_dump and print_r pretty!

(1)
A screenshot with mouseover

A screenshot with mouseover

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

Active installations10+
Weekly downloads
8+14.29%
Version1.0
Last updated7/12/2013
WordPress version3.5
Tested up to3.5.2
Tags
debugdebuggingvar_dump