ダウンロードリスト

プロジェクト概要

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

システム要件

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

2011-05-19 16:00
4.2-0.8

bashのソースを利用して構築した場合、デバッガコマンドのタブ補完機能は、現在提供されています。 bashdbは現在、デバッグ中のプログラムに$ 0を設定することができます。デバッガのヘルプテキストが改善され、数多くのバグが修正されました。
タグ: bashdb
Tab completion of debugger commands is now provided if built with bash source available. bashdb now can also set $0 to the debugged program. Debugger help text was improved and a number of bugs were fixed.

2011-05-19 15:59
0.08

いくつかの限られた、タブキーによる補完機能が追加されました。デバッガのヘルプテキストが拡大された数多くのバグが修正されました。
タグ: zshdb
Some limited tab completion was added. Debugger help text was expanded and a number of bugs were fixed.

2011-05-19 15:59
0.06

pygmentsのがインストールされている場合、構文の色付けが追加されました。 gdbは"情報は、args"、"情報関数"は、"条件"、および"完全な"が追加されましたコマンドを実行します。ヘルプテキストは、展開されたいくつかのバグが修正されました。
タグ: kshdb
Syntax coloring was added if pygments is installed. The gdb commands "info args", "info functions", "condition", and "complete" were added. Help text was expanded, and some bugs were fixed.

2011-03-16 18:02
4.2-0.7

三つの機能が追加されました。 pygmentsのがインストールされている場合は、ソーステキストの構文の強調表示がサポートされるようになりました。約条件文の表現の一部または実行されるコードの行を評価する簡単な方法もあります。あなたは輸入では、変数や関数名を行っている既存のネストされたシェルに行くことができます。たくさんの小さなバグが修正されました。コー​​ドは、メンテナンスや将来の成長をサポートするためにリファクタリングされました。
タグ: bashdb
Three features were added. Syntax highlighting of source text is now supported if pygments is installed. There is also 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. Numerous little bugs were fixed. The code was refactored to support maintenance and future growth.

2011-03-16 18:02
0.7

三つの機能が追加されました。 pygmentsのがインストールされている場合は、ソーステキストの構文の強調表示がサポートされるようになりました。約条件文の表現の一部または実行されるコードの行を評価する簡単な方法もあります。あなたは輸入では、変数や関数名を行っている既存のネストされたシェルに行くことができます。たくさんの小さなバグが修正されました。コー​​ドは、メンテナンスや将来の成長をサポートするためにリファクタリングされました。
タグ: zshdb
Three features were added. Syntax highlighting of source text is now supported if pygments is installed. There is also 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. Numerous little bugs were fixed. The code was refactored to support maintenance and future growth.

プロジェクトリソース