bashdb, kshdb, and zshdb are debuggers for Bash,
ksh, and zsh scripts respectively. The debugger
command interface is modeled on the gdb command
interface. Front-ends supporting bashdb include
GNU-Emacs and ddd.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
The debugger "list" command centers around a line unless given a start and end line number. Use "list>" for a non-centering list. This version has been tested to work on bash version 4.2. Some short abbreviations of commands have been dropped. Use "alias" to add alias for dropped short commands. The "display" command is more like gdb. Emacs lisp code has been removed. Please use the multi-debugger code from http://github.com/rocky/emacs-dbgr instead. Numerous little bugs were fixed.