|
|
|  |  | VarDump is an improvement on the original PHP var_dump() function. VarDump generates friendly output that is much easier to decipher. Outputs data in a visual hierarchical format. Features recursive data dumps, array support, and data type identification. Code: PHP 4.0 |
Adump Cost: Free Version 1.0 Dump your variables to current or a popup window for debugging. It can handle any kind of variable including Objects. You can keep your dumps in the "session" variable for some time. Code: PHP 4.0 |
This class is meant to generate a view of the data in a simple or multidimensional array using indentation and different colors for different results. Clear and easy-to-read error reports as well. Code: PHP 4.0 |
|  | |
PHP_Debug is a simple and fast way to debug PHP code. This PHP debug library offers you the ability to debug your PHP code and generate a trace of your program. From process time, database and query process time, functional debug, to check performance. Code: PHP 4.0 |
dBug Cost: Free Version 1.0 dBug is a class that displays structured information about a variable in a colored tabular format. Simply put, it's PHP's var_dump function on steroids. Allows programmers to easily view and track variable content throughout the execution process. Code: PHP 4.0 |
debugHelper is a PHP class, that provides useful functions for daily programming tasks, including JAVA style error messages for PHP, a nicer display of variable contents than PHPs print_r() function, It can take execution times, and more. Code: PHP 4.0 |
This class can be used to intercept runtime errors of PHP scripts. It registers a PHP error handler function that outputs the details about the errors to a given log file. The errors may also be displayed as part of the current script output. Code: PHP 4.0 |
|  | |
When you work with objects and classes, just a few lines in every class you use can help you to see information about the class and the current state of an object includes variables values. Code: PHP 4.0 |
This class provides more control on the PHP error output. The output can now be pumped to TEXT, HTML, javascript POP-UP,a logfile or any combination. Also easy to add an email notifier. Code: PHP 4.0 |
Icon Key >
 - Recently Updated
 - Showcase Listing
|