Hikari Krumo

Krumo is a debugging tool equivalent to print_r() and var_dump(), with the advantage of collapsing array and object values so that it takes less space and let us see only what we really need from complex data.

Hikari Krumo ports it to a WordPress plugin, so that Krumo becomes easily available in any WordPress page. Original Krumo has a few bugs fixed and has its options available in an admin page instead of requiring krumo.ini file edited directly.

Show var_dump

"var_dump" method can't show results in functions.php. If You can use original method "var_dump_ex",the results shows in your dashboard after "Show var_dump" plugin install....

Similar: 75%

wolkenkraft.com Krumo Debug Plugin

This plugin integrates the popular Krumo class in you WordPress installation. Krumo helps developers to debug objects and variables. It presents debug output in a well formated and structured form. After Installation simply try to debug some variables like this: <?php krumo($_SERVER); $date = n.........

Similar: 60%

Pretty Debug

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 : P.........

Similar: 60%

Kint PHP Debugger

This WordPress plugin is a wrapper for the Kint PHP Debugger utility. Now instead of using var_dump() or print_r(), you simply use d() with zero, nadda, no formatting required. Use this tool when you are debugging your website, in place of var_dump(), print_r() and debug_backtrace()....

Similar: 55%

Kint Debugger

Kint Debugger is a simple WordPress wrapper for Kint, a debugging tool to output information about variables and traces. Debugging is presented in a styled, collapsible format that is easy on the eyes. Kint Debugger plays nice with the Debug Bar plugin by creating its own panel to display your debug.........

Similar: 54%

wp-dBug

This plugin is basically a wrapper for the excellent dBug (http://dbug.ospinto.com) class for PHP debugging, written by Kwaku Otchere.. Instead of var_dump or echo, you can call wp_dbug( $variable ) to get clear, dynamic debug output of strings, arrays, or objects. Thanks to @borkweb, the plugin i.........

Similar: 50%

Debug This

This plugin gives WordPress super admins an easy way to peek under the hood of the front-face of a WordPress installation via the admin bar. Forty-nine debug modes are included. Here is a sample of the packed-in debug goodness: oEmbed providers Post attachments Variety of WP_Query modes Variety o.........

Similar: 31%

debugWP

DebugWp will place a new toolbar at the bottom of your wordpress site only visible to Administrators that shows information about any particular page you are looking at. The WordPress Debug information includes : Total Queries Execution Time Object Information Page Type Front Page P.........

Similar: 31%

System information

Adds a system information page that include all the details on your WordPress configuration. That include server details, php configuration, WordPress configuration, current theme details, plugins details and hooks details. That allows for an easy copy/paste of the information you usually need to co.........

Similar: 24%

BugFu Console Debugger

BugFu lets you log from PHP directly to your Browser JavaScript Console - Meant as an aid to those practicing the ancient art of debugging - HOW TO CHECK IF BUGFU IS WORKING Open your browser console, if you see this header, BugFu is working properly ################################ #### BugFu Co.........

Similar: 11%