Download List

项目描述

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.

系统要求

System requirement is not defined
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.

2011-03-16 18:02
0.5

现在有一种简单的方法来评估的代码行即将被处决或条件语句表达式的一部分。你可以进入一个嵌套的外壳,进口现有变量和函数名。显示表情和“设置/显示自动列表”增加了。有许多的变化,使之符合该调试器更bashdb和zshdb。代码被重构,支持维护和未来的增长。
标签: kshdb
There is now an easy way to evaluate the line of code that is about to be executed or the expression part of conditional statements. You can go into a nested shell that imports existing variables and function names. Display expressions and "set/show autolist" were added. There were numerous changes to bring this debugger more in line with bashdb and zshdb. Code was refactored to support maintenance and future growth.

2010-12-11 08:13
4.2-0.6

调试器“名单”围绕一个中心,除非获得行命令开始和结束行号。用于非核心名单“名单>”。此版本已经过测试,工作bash的版本4.2。一些简短缩写的命令已被丢弃。使用“别名”来添加别名下降简短的命令。 “显示”命令更喜欢GDB的。 Emacs Lisp代码已被删除。请使用由http://github.com/rocky/emacs-dbgr多调试器的代码来代替。无数的小虫子是固定的。
标签: bashdb
The debugger "list" command centers around a line unless given a start and end line number. Use "list>" for a non-centering list. This version has been tested to work on bash version 4.2. Some short abbreviations of commands have been dropped. Use "alias" to add alias for dropped short commands. The "display" command is more like gdb. Emacs lisp code has been removed. Please use the multi-debugger code from http://github.com/rocky/emacs-dbgr instead. Numerous little bugs were fixed.

2010-12-11 08:13
0.06

调试器“列表”命令已经看到的变化。默认情况下,围绕中心选定的线路。使用“名单>”的生效,在该行开始。命令处理代码已更改为简化它,使它更有活力,并能更好地扩张。因此,一些短期的命令缩写已被丢弃。使用“别名”重新添加任何你想要的。
标签: zshdb
The debugger "list" command has seen changes. By default, it centers around the selected line. Use "list>" to force starting at the line. The command-processing code has been changed to simplify it, make it more dynamic, and allow for better expansion. As a result, some short abbreviations of commands have been dropped. Use "alias" to add back any that you want.

2010-10-28 02:18
4.1-0.5

“行动”和“设置/显示自动列表”调试器的命令已被添加。该代码已被改组为未来的发展。
标签: bashdb
The "action" and "set/show autolist" debugger commands have been added. The code has been reorganized for future growth.

2010-10-28 02:18
0.05

“行动”和“设置/显示自动列表”调试器的命令已被添加。该代码已被改组为未来的发展。
标签: zshdb
The "action" and "set/show autolist" debugger commands have been added. The code has been reorganized for future growth.

Project Resources