Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #35918

ANN: pdb-clone 1.2 released

Date 2013-01-01 22:31 +0100
Subject ANN: pdb-clone 1.2 released
From Xavier de Gaye <xdegaye@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1532.1357075918.29569.python-list@python.org> (permalink)

Show all headers | View raw


pdb-clone is a clone of pdb, the standard library python debugger.
pdb-clone is at http://code.google.com/p/pdb-clone/

pdb-clone features:

  * Improve significantly pdb performance. With breakpoints, pdb-clone
    runs at 1.2 to 2 times the speed of the interpreter while pdb runs
    at 10 to 70-100 times the speed of the interpreter, see
    http://code.google.com/p/pdb-clone/wiki/Performances

  * Fix pdb long standing bugs entered in the Python issue tracker,
    see http://code.google.com/p/pdb-clone/wiki/News

  * Add a bdb comprehensive test suite (more than 70 tests) and run both
    pdb and bdb test suites.

  * Three versions of pdb-clone are supported:
    o The py3 version of pdb-clone runs on python3 from python 3.2
      onward.
    o The py2.7 vesion runs on python 2.7.
    o The py2.4 version runs on all python versions from 2.4 to 2.7
      included. In this version, the restart command only handles
      source code changes made to the main module.

The pdb command line interface remains unchanged. All the versions of
pdb-clone implement the most recent python3 features of pdb, as defined
in the python3 pdb documentation.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: pdb-clone 1.2 released Xavier de Gaye <xdegaye@gmail.com> - 2013-01-01 22:31 +0100

csiph-web