PHP Debugger :: Output debugging information of the current script

Posted by on 27 January 2009

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.

Download:

508 Responses to PHP Debugger :: Output debugging information of the current script

Leave a Reply