This WordPress plugin is wrapper for Kint PHP Debugger utility.
Now instead of using var dump or print r, you 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 ..
Some handy tools just for PHP Developer to render UI container which displays your data in the most informative way. ddd same as d except that it also executes die to halt execution..
Here are some variations of d to give you the display you want d outputs in plain text format. d disregards depth level limits and outputs everything. d shows expanded rich output d attempts to ob clean the output ..
Kint even includes profiler, which can help you analyze which blocks of code take longer than others.
Kint dump, 'after sleep ) sleep ddd, 'final call, after sleep ).
When you testing your code, you use in place of var dump and print r.
As you can see the 1, besides UI, it also provides you with full call stack.
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more