Skip to content
Tobias Gülzow edited this page May 25, 2016 · 4 revisions

kreXX is a php debug tool, which displays debug information about objects and variables in it's own draggable debug output.

It is actually a fork of Krumo which can be found here:
http://krumo.sourceforge.net/

We have used Krumo for some time in our projects, but added more features as we needed them. And so kreXX was created.

While the original Krumo is a lightweight debugtool, we've added additional functionality for analysing objects.

Usage:

kreXX will then analyse the object and display the analysis result. In case the variable is not an object, it's content will be displayed.