Re: Debugging threaded Python code

2005-05-01 Thread Jp Calderone
On Mon, 02 May 2005 12:52:30 +1000, Derek Thomson <[EMAIL PROTECTED]> wrote: >Hi, > >I frequently have to debug some fairly tricky Python multi-threaded >code, and I need some help using the debugger to help me diagnose the >problems when they occur. Yes, I know that the best option with threaded >

Debugging threaded Python code

2005-05-01 Thread Derek Thomson
Hi, I frequently have to debug some fairly tricky Python multi-threaded code, and I need some help using the debugger to help me diagnose the problems when they occur. Yes, I know that the best option with threaded code that is problematic is to rewrite it, but that's not really an option that