bashdb

bashdb 4.2.0.8

A Debugger for Bash

http://bashdb.sourceforge.net

Packager: Gökhan Özbulak

License: GPLv2

Actions

Build files

Bug reports

Binary packages

bashdb

Release history

ReleaseRelease dateVersionUpdaterComment
92011-05-274.2.0.8Gökhan ÖzbulakVersion bump:
- More trace/untrace bug fixes and and more detailed error messages
- Split out untrace from trace, improve help
- Add test unit helper routine
- Start long process of DRYing code
- Convert "info signals" and "info source"
- Correct search integration test
- More better tab completion for subcommands
82011-05-054.2.0.7Serdar DalgıçVersion bump:
- Updates for bash 4.2
- syntax coloring if the Python pygments package installed (and --highlight option used)
- easy way to evaluate the current source line or expression inside the source line (debugger commands "eval" and "eval?")
- ability to go into a nested shell but keeping existing variables and functions set. (debugger command "shell") With this, one needs...
- ability to save variables to an outer shell ("set_vars" function inside the interactive shell)
- ability to save values from inside a subshell to the outer shell (debugger command "export")
- add --init-file (akin to same option in bash) to have bash code sourced
72011-03-064.2.0.6Serdar DalgıçVersion bump:
- 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.
62010-11-084.1.0.5Serdar DalgıçVersion bump.
52010-11-014.0.0.4Serdar DalgıçSplit bashdb-emacs package.
42010-10-294.0.0.4Ozan ÇağlayanMass rebuild for Pardus Corporate 2 Alpha 3
32010-03-174.0.0.4Serdar DalgıçVersion bump.
22009-05-224.0.0.3Serdar DalgıçVersion bump to 4.0-0.3:
- Allow arbitrary number of aliases
- Bug fix for bash 4.x don't try to return negative values in functions
- Allow building on bash 3.1
- Fix bug in alternating between "step" and "next" commands
- Some other small doc and bug fixes.
* Package ready for 2009.
12008-11-294.0.0.2Serdar DalgıçFirst release.

Patches