|
PHP_Debug : A PHP open source debug library |
||
|
Main:
End user documentation: Api doc: Examples: Download: Powered by: |
» Welcome to the PHP_Debug Project !What is PHP_Debug ?Look at the top-righ of the page ! (click here) The basic purpose of PHP_Debug is to provide assistance in debugging PHP code, by "debug" i don't mean "step by step debug" but program trace, variables display, process time, included files, queries executed, watch variables... These informations are gathered through the script execution and therefore are displayed at the end of the script (in a nice floating div or a html table) so that it can be read and used at any moment. (especially useful during the development phase of a project or in production with a secure key/ip) == Features
How to start ?I recommand you to check the full example, this is the best way to underdand how PHP_Debug works. In fact in this file, there is complete exemple of all the available features included in PHP_Debug. |
01-11-2008 21:09:49 | |
» Design taken and adaptated from PHP::Pear website » Show source of this file » Click here to register the newsletter |
Last updated: 20 Apr 2007 by COil Hosting by OVH |