Projects tagged ‘backtrace’


[5 total ]

9 Users
   

To put it simply, Krumo is a replacement for print_r(); and var_dump();. By definition Krumo is a debugging tool (PHP4/PHP5), which displays structured information about any PHP variable. A lot of ... [More] developers use print_r() and var_dump() in the means of debugging tools. Although they were intended to present human readable information about a variable, we can all agree that in general they are not. Krumo is an alternative: it does the same job, but it presents the information beautified using CSS and DHTML. [Less]
Created over 3 years ago.

2 Users
   

xLog is a PHP extension that allows extended logging of PHP errors, including Fatal errors. Output typically includes referral, GET values, URL, and a full backtrace. Additional information can be ... [More] included via custom variables by the developer at runtime. [Less]
Created 11 months ago.

1 Users
 

Suppresses the noise in your Test::Unit backtraces. Ruby gem.
Created about 1 year ago.

0 Users

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 ... [More] look at constants BackTraceExplain::CONTEXT_LINES and BackTraceExplain::SHOW_ARGUMENT_VALUE to configure your environment. [Less]
Created about 1 year ago.

0 Users

Weework is a very light plugin featured, session enabled, adodb_lite (1.20) powered and smarty (2.6.14) extended PHP framework. Some Plugins are available:  * simple BBCode parser  * XHTML ... [More] Compliant WikiRenderer  * PHP Backtrace Debug Plugin  * Captcha generator using GD2 It uses a similar way to think as the Zoop framework but very lighter. Initial Code is on the SVN repository, it includes smarty and a small demo. You can reach the project here : http://weework.starnux.net or see downloads some releases on http://weework.starnux.net/downloads [Less]
Created about 1 year ago.