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?<br>
<br>martin.<br>