This plugin is currently a work-in-progress and has not been been fully tested.
This plugin is an addon for PyroCMS 3.x and provides a the dd() and dump() functions in Twig.
Use {{ dump(object)}} or {{ dd(object) }} to dump the contents of an object in a Twig template.
Install the plugin with Composer
$ composer require adrianfalleiro/twig_debug-plugin