ダウンロードリスト

プロジェクト概要

bashdb、kshdb、zshdbはそれぞれ、Bash、ksh、zshスクリプト用のデバッガです。デバッガ コマンドのインターフェイスは、gdbコマンドを手本にしています。bashdbをサポートするフロントエンドは、GNU Emacsと dddを含んでいます。

システム要件

システム要件が設定されていません
プロジェクトのリリース情報やプロジェクトリソースの情報です。
注: プロジェクトリソースの情報は Freecode.com ページからの引用です。ダウンロードそのものは、OSDNにホスティングされているものではありません。

2011-03-16 18:02
0.5

約条件文の表現の一部または実行されるコードの行を評価する簡単な方法は、現在ありません。あなたは輸入では、変数や関数名を行っている既存のネストされたシェルに行くことができます。表示式と"設定/ autolistを表示"が追加されました。 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

線の周りデバッガ"list"コマンドセンター限り、開始と終了行番号を指定。非中心リストについては、"リスト>"を使用します。このバージョンは、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

デバッガ"list"コマンドは、変更を見ている。デフォルトでは、選択した行の前後中央に配置されます。行から始めて強制的に"リスト>"を使用します。コマンド処理のコードは、それを簡素化するために、よりダイナミックに、より良い拡張のために変更されています。その結果、コマンドのいくつかの短い略語が削除されている。あなたが好きなことを再度追加する"エイリアス"を使用します。
タグ: 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

"アクション"と"設定/ autolist表示"デバッガコマンドが追加されています。コードは、将来の成長のための再編成されています。
タグ: 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

"アクション"と"設定/ autolist表示"デバッガコマンドが追加されています。コードは、将来の成長のための再編成されています。
タグ: zshdb
The "action" and "set/show autolist" debugger commands have been added. The code has been reorganized for future growth.

プロジェクトリソース