Menu

Winpdb 1.1.2 Released

Winpdb is an GPL Python debugger, with support for smart breakpoints, multiple threads, name-space modification, embedded debugging, password encrypted communication and speed of up to 20 times that of pdb.

Winpdb 1.1.2 is a bug fix release.

This release includes many fixes that should make Winpdb more stable and usable.

Bugs fixed:

IMPORTANT: Changed script names from _winpdb.py and _rpdb2.py to winpdb and rpdb.

Bug fix of bug 1689421 - Current working directory is always home directory on OS X.
Bug fix of bug 1689140 - crash when started locally.

Added rpdb2.setbreak() which lets a script pause it self.
Removed the following methods from the interface of the session manager:
launch_nothrow()
attach_nothrow()
evaluate_async()
execute_async()
def get_last_debuggee_name_safe()

Improved messages and warnings in rpdb2 and winpdb.
Compatibility fixes for different CPython versions.
Added option to ignore unhandled exceptions.
Added thread names to the threads viewer.
Fix to namespace modification mechanism.
Fix to exception handling mechanism.
Miscellaneous bug fixes.

For more information visit:
http://sourceforge.net/projects/winpdb
http://www.digitalpeers.com/pythondebugger/

Posted by Nir 2007-03-29

Log in to post a comment.

MongoDB Logo MongoDB