Debug PHP variables in the JavaScript console (Chrome & Firebug). Use instead of PHP's native var_dump() function.
Debug PHP variables in the JavaScript console (Chrome & Firebug). Use instead of PHP's native var_dump() function.
Usage: <?php console( $var ); ?>
You can also tag a variable; Usage: <?php console( $var, $tag ); ?>.
Debug with Krumo: <?php console( $var, $tag, true ); ?>.
To globally enable Krumo, add: <?php define( 'CONSOLE_KRUMO', true ); ?> to functions.php OR wp-config.php.
Shorthand: <?php c( $var ); ?>.
You must be a logged-in Admin to see debug messages.
Requires: 3.0.0 or higher
Compatible up to: 3.3.2
Last Updated: 2012-1-8
Downloads: 855
Got something to say? Need help?