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.
Syntax coloring was added if pygments is installed. The gdb commands "info args", "info functions", "condition", and "complete" were added. Help text was expanded, and some bugs were fixed.