bashdb 4.2.0.8
A Debugger for Bash
Packager: Gökhan Özbulak
License: GPLv2
Actions
Binary packages
Release history
Release | Release date | Version | Updater | Comment |
---|---|---|---|---|
9 | 2011-05-27 | 4.2.0.8 | Gökhan Özbulak | Version 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 |
8 | 2011-05-05 | 4.2.0.7 | Serdar 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 |
7 | 2011-03-06 | 4.2.0.6 | Serdar 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. |
6 | 2010-11-08 | 4.1.0.5 | Serdar Dalgıç | Version bump. |
5 | 2010-11-01 | 4.0.0.4 | Serdar Dalgıç | Split bashdb-emacs package. |
4 | 2010-10-29 | 4.0.0.4 | Ozan Çağlayan | Mass rebuild for Pardus Corporate 2 Alpha 3 |
3 | 2010-03-17 | 4.0.0.4 | Serdar Dalgıç | Version bump. |
2 | 2009-05-22 | 4.0.0.3 | Serdar 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. |
1 | 2008-11-29 | 4.0.0.2 | Serdar Dalgıç | First release. |