Re: [Tutor] Debugging multithreaded programs in python

2006-08-01 Thread Kent Johnson
Noufal Ibrahim wrote: > Greetings all, > A friend here is trying to debug a rather badly written python program > which spawns off lots of threads here and there. Are there any > frameworks that I can reccommend that would ease his pain? > winpdb claims to debug multi-threaded programs. I h

[Tutor] Debugging multithreaded programs in python

2006-07-31 Thread Noufal Ibrahim
Greetings all, A friend here is trying to debug a rather badly written python program which spawns off lots of threads here and there. Are there any frameworks that I can reccommend that would ease his pain? On a more general note, it seems rather strange that I can't quickly google and f