[PHP5] ODEBUGGER PACKAGE THis package is a debugging and helper tool. It overrides the errors and exceptions handling by PHP. Errors are generated, even if error_reporting is set to 0. Errors are translated in a more comprehensive way, and hints for a correction is displayed. Errors can be displayed realtime, and/or logged in an XML file. This tool can be used by beginners, because it gives them a more comprehensive error message, and hint to debug their code. Gurus can personalize it to fit their needs. It's easy to use, you can find some examples in all the indexN.php pages. Version 20060612 - Localized in : French, English (ENglish being the default language) - Many errors translated and hinted - Error types translated - 2 different kinds of display : the Realtime mode, and the Stats mode. - Easyly configurable : translations, new error messages, hints, display and so on.
File List:
debugger/
0b
debugger/class/
0b
debugger/class/odebugger.cls.php
23Kb
debugger/css/
0b
debugger/css/default.dat
2Kb
debugger/css/default_log.dat
1Kb
debugger/debug/
0b
debugger/inc.main.php
3Kb
debugger/index.php
1Kb
debugger/index2.php
1Kb
debugger/index3.php
463b
debugger/logs/
0b
debugger/readme_en.txt
6Kb
debugger/readme_fr.txt
9Kb
debugger/templates/
0b
debugger/templates/default.dat
2Kb
debugger/templates/default_log.dat
1Kb
debugger/test.php
32b
debugger/xml/
0b
debugger/xml/EN/
0b
debugger/xml/EN/errors.xml
7Kb
debugger/xml/EN/types.xml
1Kb
debugger/xml/FR/
0b
debugger/xml/FR/errors.xml
7Kb
debugger/xml/FR/types.xml
1Kb
index.php
1Kb
Similar code
Debug Window
(Popularity: ) : With this code you can "debug" your variables and constants or your functions. With a mini window. TO SHOW: Enter the letters into the firstbox c = CONSTANT F = FUNKTIONS V or NOTHING = VARIABLES If you want to ... PHP Testing Area
(Popularity: ) : Testing php and javascript code snippets. Great for beginners. You don't need to make a test.php or a sample php file for testing some parts of your code or code snippets, just paste your code and press submit button COMCENTER 1.2
(Popularity: ) : COMMUNICATION CENTER is created for small web projects, for teams who will work directly with client and need his feedback about the status of the project. It can be used as a small BUG TRACKING system. It has an easy ...