pdb and threads

Peter Hansen peter at engcorp.com
Tue Apr 29 15:36:49 EDT 2003


Norm Matloff wrote:
> 
> Is there a not-too-complicated workaround to get pdb to execute within
> threads?

I'm not sure if the above describes a well-known problem to others, but
I haven't had any problems using pdb (in our extremely limited fashion)
within threads. 

The only thing I ever do with it is "import pdb; pdb.set_trace()" and 
that works fine within threads so far.

What's the symptom of the problem you encounter?

-Peter




More information about the Python-list mailing list