=== Console === Contributors: kjmeath Donate link: http://developertools.kjmeath.com/donate/ Tags: theme, developer, development, tool, tools, krumo, debug, debugging, php, console, firebug, javascript, plugin, fire, firephp, fireconsole Requires at least: 3.0.0 Tested up to: 3.3 Stable tag: 1.4 Debug PHP variables in the JavaScript console (Chrome & Firebug). Use instead of PHP's native var_dump() function. == Description == 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](http://krumo.sourceforge.net/ "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. == Installation == 1. Download and unzip the Console plugin 2. Upload 'console' folder to the '/wp-content/plugins/' directory 3. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == = N/A = == Screenshots == 1. Console - Example of a console and krumo dump == Changelog == = 1.4 = Public release == Upgrade Notice == = 1.4 = N/A