This is a simple class that can output debugging information about the current PHP script that is being executed.
The class has one main function that uses PHP backtracing support to determine from where it was called, ancestor functions or classes that called the current function and the argument types and values that were passed.
The class display this debug information formatted in an HTML table.