Download Latest Version bashdb-5.2-1.2.0.tar.bz2 (603.7 kB)
Email in envelope

Get an email when there's a new version of bash debugger

Home / zshdb / 0.07
Name Modified Size InfoDownloads / Week
Parent folder
README 2011-03-15 2.3 kB
zshdb-0.07.tar.gz 2011-03-15 244.0 kB
zshdb-0.07.tar.bz2 2011-03-15 178.3 kB
Totals: 3 Items   424.6 kB 0
Version 0.07 - Ides of March 
2011-3-15

- 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 debugger "display" and "undisplay" commands
- add --init-file (akin to same option in bash) to have bash code
  sourced

Version 0.06 "Giant Madagascar Day"
2010-12-10

- 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.

Version 0.05
2010-10-27

- Add debugger "action" command
- Add debugger set/show autolist
- Fix bugs when file contained spaces in a directory portion of the path
- "Set force" depricated. Use "set different".
- Code reorganization to support subcommands (set/show/info) and allow
  for growth
- Emacs lisp code has been removed. Please multi-debugger code from
  http://github.com/rocky/emacs-dbgr instead.
- Other bug fixes

Version 0.04
2009-10-27 Halala ngosuku lokuzalwa

- Better tolerance for files with embedded blanks. Make sure to quote
  parameters in argument passing.

- Add "set force", "step+", and "step-", "next+", and "next-" commands.

- Preface more variable names with _Dbg_.

- Remove Emacs compile warnings

Version 0.03
2009-07-04
- add debugger "kill" command
- add debugger "condition" command
- add set-inferior tty and tty testing code changes
- add manual page; help doc improvements
- more and better unit/integration tests
- works on Solaris

Version 0.02
2008-11-17

- Fix bugs: in breakpoints, "info args", "show version" and --version 

Version 0.01
2008-10-27

First public release

Source: README, updated 2011-03-15