From: R. B. <ro...@pa...> - 2006-10-24 02:56:42
|
I'm planning release 1.19 on Oct 27th. A candidate tarball can be found at http://bashdb.sf.net/pydb-1.19rc.tar.gz If you have time to test this, I'd appreciate it. Here are the changes over the last release: * info threads: merge in terse display (Python 2.5, threadframe) and sort by thread name (Python 2.5) * Add optional position argument on "continue" command. * Add pydb.runl() and pydb.runv() forms to facilitate debugging a program from inside a Python shell. * fix thread bugs: on startup with threading we stopped one statement too soon. more careful about storing into variables used in threading which are not locked (and so could be changed during a thread switch) * fix bugs in signal handling. * Add "stack" and "nostack" to list of things that can be done when a signal is received. * things to make more ipython friendly. * Improve pydb manual Thanks |