Possibly pydb 1.23 release around May 30

R. Bernstein rocky at panix.com
Wed May 21 11:39:01 EDT 2008


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: 
   http://sourceforge.net/cvs/?group_id=61395

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




More information about the Python-list mailing list