DBG is a full-featured native Php debugger. Makes it easy to find out problems or bugs in PHP scripts. DBG has an ability to back-track errors, can show local variables and parameters passed to all nested function calls at any point of execution. Besides other things, DBG allows to execute script step-by-step, set breakpoints, including conditional ones, evaluate expressions, watch variables, perform profiling etc.
Platform(s): Linux, Windows, FreeBSD, Mac OSX, Sun Solaris