Menu

Tree [r4] / dpd /
 History

HTTPS access


File Date Author Commit
 plugins 2010-03-30 dubrox [r4] Remake of directories structure.
 README.txt 2010-03-30 dubrox [r4] Remake of directories structure.
 class.DubroxPhpDebugger.php 2010-03-30 dubrox [r4] Remake of directories structure.
 dpd.php 2010-03-30 dubrox [r4] Remake of directories structure.

Read Me

Dubrox's PHP Debugger

This is an almost-functioning script that allows to display php errors in a most easy-to-read way and to write all those errors in a specific position of the result page (for example: all errors listed at the bottom of your HTML page, just before the ending of body tag).

I've developed it for personal use and, being a good tool for me, I'm now willing to release as open source code, so anyone can enjoy its simplicity.

Just before uploading it on SourceForge i've tried to convert this script from a mass of confused functions and variables to a more well ordered and structured class, to be easily managed in an object-oriented way. I still haven't tested this new approach, so you might find it useless as it could have parse erros or such, but I promise I will fix everything as soon as possible.

FYI:
I added a file called "dpd.php" that allows you to integrate Dubrox's PHP Debugger by simply including "dpd.php" at the very beginning of the script you want to debug (but after other error handlers declarations) and to display errors by simply echoing the result of the function "pretty_errors".
"dpd.php" contains even a quick way to configure basic parameters about default directories, etc.


If you wish to contact me, mail to: dubrox@gmail.com