pdb module and threaded code
Colin J. Williams
cjw at sympatico.ca
Sat Feb 7 17:38:50 EST 2004
You might consider Boa. It seems to have more success with
multi-threaded programs on Windows XP.
Colin W.
Nir of the Waves wrote:
> 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())
>
>
>
>
>
More information about the Python-list
mailing list