Name : php-dbg-server
| |
Version : 2.10pl3
| Vendor : Red Hat, Inc_
|
Release : 6
| Date : 2002-09-03 17:40:21
|
Group : Development/Debuggers
| Source RPM : php-dbg-server-2.10pl3-6.src.rpm
|
Size : 0.10 MB
| |
Packager : Red Hat, Inc_ < http://bugzilla_redhat_com/bugzilla>
| |
Summary : PHP debugger
|
Description :
Php Debugger DBG is a comprehensive software tool that helps you to debug your php script. It may work with your production or development WEB server or locally without any other computers. Generally DBG allows: * execute scripts in step-by-step o step-in o step-out o step-over o run (continue) o pause o break (stop) * work with breakpoints which o support conditions (to be met before breakpoint fires) o can be temporary (to implement goto cursor) o can be global (not at any given line/file, but simply global) o can skip certain number of hits * work with watch/eval o can evaluate any given statement(s) at a time (just like eval() in php) o can perform it at a given nested call (back-trace location) - so you can change or see any values local to function(s) where the current function was called from. * call-stack/back-trace * profile scripts. Shows how many microseconds were spent for each executed line including min, max, avg values and number of hits.
This package provides the server portion of the debugging enviroment. You will need a client capable of communicating with the dbg server to make full use of the debugging enviroment. (see http://dd.cron.ru/dbg/installation.php for additional details)
|
RPM found in directory: /vol/rzm6/linux-redhat/linux/8.0/en/os/i386/RedHat/RPMS |