/displaycontroller_kintdebug

A debug class for Tesseract's displaycontroller. Uses Kint for debug output.

Primary LanguagePHP

Display Controller - Debug with Kint

This TYPO3 CMS extension provides an alternate formatting for the debug output of extension displaycontroller (from the Tesseract package) using the Kint library by Rokas Šleinius.

To use this output, open displaycontroller's extension configuration and set the Debug output class to Tx_DisplaycontrollerKintdebug_Service_Debug.

Display Controller configuration screen

This produces the following kind of output in the frontend:

Display Controller debug output

Installation

Just activate the extension and configure as explained above.

Historical note

Using this extension produces the same debug output that was available in extension displaycontroller from version 1.2.0 to version 1.4.1.

The debugging was revamped in version 1.5.0 and this "old" way of debugging was packaged into a separate extension for those who might prefer it to the "new" one.