[Eric] multi-threaded debugging question

Detlev Offenbach detlev at die-offenbachs.de
Fri Apr 10 18:35:52 BST 2009


On Mittwoch, 8. April 2009, Martin Bures wrote:
> I have a python program that consists of the main program and a worker
> thread.  I have a bug in the worker thread but the debugger does not stop
> in the thread on the exception or on a breakpoint that I set.  How do I
> make this happen?
>
> martin.

You must select the multithreaded debugger. (Configuration dialog, 
Debugger->Python)

Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list