pdb module and threaded code

  • Thread starter Nir of the Waves
  • Start date
N

Nir of the Waves

My script uses threads from the threading module



I try do debug it with the PDB module.

But the debugger ignores breakpoints to code that is executed by threads

How can this be worked around

Did I do something wrong?



I use:



Pdb.run('mymodule.main()', globals(), locals())
 
C

Colin J. Williams

You might consider Boa. It seems to have more success with
multi-threaded programs on Windows XP.

Colin W.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top