Featured downloads:
geben-0.26.tar.gzShow all » |
(beta version)
SUMMARY¶
GEBEN is a software package that interfaces Emacs to DBGp protocol with which you can debug running scripts interactively. At this present DBGp protocol are supported in several script languages with help of custom extensions.
REQUIREMENTS¶
server side¶
- (To debug PHP scripts) PHP + Xdebug extension 2.0.3 or later
- (To debug Python, Perl or Ruby scripts) Script engine + Komodo Debugger Extension
client side¶
- Emacs22.1 or later
FEATURES¶
Currently GEBEN implements the following features.
- continuation commands: run/stop/step-in/step-over/step-out
- set/unset/listing breakpoints
- expression evaluation
- STDOUT/STDERR redirection
- backtrace listing
- variable Inspection
RELEASES¶
- 2010-03-30 version 0.26
TODO¶
- Variable watch
- More documentation