Thumbnail
Debug Kit

Developed by

Bleeding Edge
Bleeding Edge
Not Version 9 Ready Yet.
Thanks for sharing this nice tool :D I'll check the integration with PhpStorm later.

WillemAnchor

Add Kint debugging tools to a Concrete5 website.

"Kint is a tool designed to present your debugging data in the absolutely best way possible."


Disclaimer : I am not the developer of Kint, see Kint documentation for more informations.

Usage

The use of Kint is described in the official documentation.

For example :
d($this->getRelativePath());
d($_SERVER);


Output :



Note that Kint will be disabled if concrete.debug.display_errors is false.



If you want to manually enable/disable Kint, you can use :


// Enable Kint
\Kint::enabled(true);

// Disable Kint
\Kint::enabled(false);


Current Version: 0.9.5
Fully Translatable: Yes
Needs External Libraries: No
Compatible 5.7.0.4+
License: MIT
Support Response: Replies to tickets every few days.
Support Hosted: On marketplace.concretecms.com
Needs extra server permissions: No
Needs Internet: No
Marketplace Tests:
Passed Automated Tests
Passed PRB Review