How to stop winpdb programatically
nir1408 at gmail.com
nir1408 at gmail.com
Thu Apr 20 10:03:04 EDT 2006
More information about the Python-list mailing list
Thu Apr 20 10:03:04 EDT 2006
- Previous message (by thread): How to stop winpdb programatically
- Next message (by thread): Plug-Ins In A Python Application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Uwe, You can use rpdb2.settrace() But in fact rpdb2 is not meant to be used like that. the pdb.set_trace() command belongs to the pdb debugging model, of a single threaded script that starts the debugger on demand. In rpdb2/winpdb the debugger works all the time and you break (pause) the script with breakpoints. Nir
- Previous message (by thread): How to stop winpdb programatically
- Next message (by thread): Plug-Ins In A Python Application
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list