My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

Provides a library to handle stack trace in PHP.

You can create a beautiful stack trace this way:

$trace = new BackTrace();
echo $trace->explain();

or

BackTraceExplain::perform();

Take care and look at constants BackTraceExplain::CONTEXT_LINES and BackTraceExplain::SHOW_ARGUMENT_VALUE to configure your environment.

Powered by Google Project Hosting