Categories
DBG-Server
'DBG' is a PHP debugger and profiler. It's can backtrace errors. It shows local and global variables as well as parameters which have been passed to all nested function calls at any point of execution. It also lets you execute scripts in a step-by-step manner, set breakpoints (including conditional ones), evaluate expressions, and watch variables.
The profiler lets you find bottlenecks in PHP code at the functions level, the modules level, and even the source lines level.
Last updated 15 Jun, 2005
Versions
2.11.32
2.11.32 stable released 2005-02-02
- Released: 2 Feb, 2005
- Code Maturity: Stable
- Source Archive: http://dd.cron.ru/dbg/download.php?h=211.32-src
- Licenses: DBG License v.3.0
- Interfaces: Command Line




