attaching debugger to runinng python program



Hi,

I have a two fold question:
-how to attach the debugger to running multi threaded program
-the objective is to find an infinite loop in one of threads which makes the whole thingy going craze (100%CPU)

The program itself is not easy, in fact quite hude and sometimes it takes hours to get to that infloop state.

Any insight?

Andy
.



Relevant Pages