ダウンロードリスト

プロジェクト概要

拡張された Python デバッガーはストック pdb.py デバッガーよりも Python のより完全なデバッガーです。デバッグ スレッド、非インタラクティブな POSIX のようなライン トレース、コマンド オプション、手順、および exec ステートメントのためのよりよい情報を与えるスタック トレースの逆アセンブル、その他の多くのものの間でサポートします。既定ではステッピング/nexting メソッド/関数「デフ」スキップします。設定しないとの理由がある限り、gdb のコマンドに従うしようとします。

システム要件

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

2009-04-11 15:14
1.26

このリリースでは、コードの書き換えのバージョンから数backportsのが含まれます。 ""コマンドが追加され、改良コマンドは、"分解"に作られた進んでください。
This release contains a number backports from a rewritten version of the code. A "skip" command was added and improvements were made to the "disassemble" command.

2008-12-26 20:06
1.25

いくつかの小さなバグや設定のバグが修正された。圧縮卵リストがサポートされます。
タグ: Major bugfixes
Some small bugs and configuration bugs were fixed.
Listing zipped eggs is now supported.

2008-12-11 00:03
1.24

小さなバグ修正、ドキュメントの修正、機能強化が行われた。テストのPython 2.6およびPythonのreadlineをインストールせずに、改訂されました。バグipythonからの呼び出しを含む修正されました。"フレーム"のコマンドをgdbの。例外はもう少しようなものです今runcallに巻き込まれて()。
タグ: Minor bugfixes
Small bugfixes, document corrections, and
enhancements were made. Tests were revised for
Python 2.6 and Python without readline installed.
A bug involving invoking from ipython was fixed.
The "frame" command is a little more like gdb's.
Exceptions are now caught in runcall().

2008-05-31 02:41
1.23

実験的な機能を使用するPythonやIPythonシェルにドロップする(ルビ、デバッグのためにIRBのに似ている)ことができます。パラメータは、現在の呼び出しで示されています。現在のファイルには、その後のデバッガセッション中に読み取られるには、現在のブレークポイントおよび/または設定を保存することができます。 gdbを、注釈を付ける"モード"のように、emacsの相互作用の改善が追加されました。いくつかのバグが修正され、ドキュメントが更新されました。
タグ: Minor feature enhancements
An experimental feature allows you to drop into a Python or IPython shell (similar to irb for ruby-debug). Parameters are now shown on calls. You can save the current breakpoints and/or settings to a file to be read in during a subsequent debugger session. A gdb-like "annotate" mode was added, improving emacs interaction. Some bugs were fixed and the documentation was updated.

2007-04-15 20:44
1.22

トレース機能、対話型および非intractive、追加された呼び出しと戻り値現在のネストレベルを示しています。 Emacsの22のサポートは、23が追加されました;はMS Windows上でemacsの良い許容されます。 ipythonの相互作用が改善されました。 BSDの今の代わりに使用することができますはGNUデバッガを構築することを確認します。様々なバグが修正されている。
タグ: Minor feature enhancements
Function tracing, interactive and non-intractive, was added; calls and returns now show the nesting level. Support for Emacs 22 and 23 was added; there is better tolerance for emacs on MS Windows. ipython interaction was improved. BSD make can now be used instead of GNU make to build the debugger. Various bugs have been fixed.

プロジェクトリソース