Duck Kint Debugger
Dump variables and traces in an organized and interactive display. Works with Debug Bar.
by Brian Fegter, Chris Dillon · github.com/duckdivers/kint-debugger · website
★ 4stars
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/duckdivers/kint-debugger/archive/refs/heads/master.zipDeclares an update source (https://github.com/DuckDivers/kint-debugger), so updates arrive through the plugin's own updater.
From the readme
Dump variables and traces in an organized and interactive display. Integrates seamlessly with Debug Bar.
Updated for PHP 8.3+
This plugin is up for adoption.
Kint Debugger is a simple wrapper for Kint, a debugging tool to output information about variables and traces in a styled, collapsible format that makes understanding deep arrays and objects easier.
No more adding PRE tags before printr or vardump!
Kint Debugger works well with the Debug Bar plugin by creating its own panel to display your debug results.
Examples:
ID, 'mytaxonomy', array( 'fields' = 'all' ) );
d( $termlist );
?
Kint Debugger also provides some helper functions for dumping variables that are frequently needed.
dumpwpquery()
dumpwp()
dumppost()
dumpthis( $var, $inline = false ) - explained below
Examples:
Obviously, if this plugin is not active, calls to the helper functions will cause errors.
If you are dumping the same information in different places, consider writing your own helper functions in your theme's functions file or an mu-plugin. For example:
ID, 'mytaxonomy', array( 'fields' = 'all' ) );
d( $termlist );
}
?
Then at strategic points in your theme or plugin:
By default,
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 2.1 | Feb 18, 2025 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.