Possibly pydb 1.23 release around May 30

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • R. Bernstein

    Possibly pydb 1.23 release around May 30

    A release of pydb (1.23) is currently scheduled for around May
    30th. If you can and want to help make sure the release is okay, you can try out what is currently in CVS:
    Download bash debugger for free. bash debugger. A gdb-like debugger for bash


    I've put an interim tar at http://bashdb.sf.net/pydb-1.23cvs.tar.gz

    Changes in the upgoming release:

    * Show parameters on call

    * Some doc fixes.

    * add ipython and python commands to go into an ipython or a python shell

    * add "save" command to save the current breakpoints and/or
    most settings to a file. (Suggested at a NYC Python group meeting)

    * add set/show "deftrace" to allow stopping at a def (method creation)
    statement.

    * pseudo gdb-like "annotate" set/show commands and option.

    * Better emacs interactivion via above annotate

    * bug when "info local" is run inside a "with" statement

    Fixes for last three items based patches by Alberto Griggio

Working...