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 results.

No more adding PRE tags before print_r or var_dump!

For those who love Krumo, Kint is Krumo++.

Dumping variables is easy:

  • d($variable) will output a styled, collapsible container with your variable information
  • dd($variable) will do exactly as d() except halt execution of the script
  • s($variable) will output a simple, un-styled whitespace container
  • sd($variable) will do exactly as s() except halt execution of the script

Backtrace is also easy:

  • Kint::trace() The displayed information for each step of the trace includes the source snippet, passed arguments and the object at the time of calling

We've also baked in a few functions that are WordPress specific:

  • dump_wp_query()
  • dump_wp()
  • dump_post()

When you use the ever awesome Debug Bar plugin, Kint Debugger keeps your theme looking beautiful by placing all debug output into a Debug Bar sub-panel. If you are not using Debug Bar, your debug output will be displayed inline.

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: 91%

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 an.........

Similar: 78%

SM Debug Bar

EASY TO USE! Developers who build plugins and themes everyday know the constant hassle of finding the proper place to print out PHP variables and objects to see whats going on. This plugin will help you with that process by giving you a simple function to call, that automatically appends a printed v.........

Similar: 67%

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: 67%

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: 54%

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: 54%

Hook Flowchart

This plugin generates a flowchart for every parent hook that is running under your actual page. In Firefox, the flowcharts are JavaScript generated and downloadable in .png format. From the Setting Page you can choose which parent hook to exlude from the chart. Check the screenshots! PS: The down.........

Similar: 43%

WP Debugger

A plugin that helps you locate and fix issuess with your WordPress installation....

Similar: 43%

oik-bwtrace

Debug trace for WordPress, including ad hoc action hook and filter tracing. The primary purpose of debug trace is to help in the development of PHP code: plugins or themes. The primary purpose of action trace is to help you understand the sequence of events in the server. This plugin provides the .........

Similar: 34%

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: 15%