From: Rocky B. <ro...@gn...> - 2010-12-10 15:27:52
|
New bashdb and zshdb debuggers releases have been made. For bashdb: - Debugger "list" command carries on where we last left off and centers around a line unless given a start and end line number. l> added. - Fixed --no-init (--nx, -n) option - Fixed to work on bash version 4.2 - Reorganized command-processing code to simplify it, make it more dynamic, and allow for better expansion increasing DRYness. As a result some short abbreviations of commands have been dropped. Use "alias" to add back any that you want. - Make "display" command more like gdb. Note this is an incompatible change. Left to do is to start indexing from 1. - Emacs lisp code has been removed. Please multi-debugger code from http://github.com/rocky/emacs-dbgr instead. - Numerous little bugs fixed. For zshdb: - Debugger "list" command carries on where we last left off. By default it centers around the selected line. Use list> to force starting at the line. - Reorganized command-processing code to simplify it, make it more dynamic, and allow for better expansion increasing DRYness. As a result some short abbreviations of commands have been dropped. Use "alias" to add back any that you want. |