A few days ago, we released a free plugin called Kint Debugger which is a wrapper for Kint, a PHP debugging tool that makes debugging and dumping variables and arrays a much more pleasant experience.
Kint Debugger integrates seamlessly with the popular Debug Bar plugin, making it easy to incorporate into your daily development process.
This plugin was put together by our lead developer, Brian, after years of wrapping var_dump()
and print_r()
with <pre>
tags.