On Mon, Dec 12, 2011 at 2:30 PM, Massi <massi_...@msn.com> wrote: > Hi everyone, I've just started to use pydev to develop my python > application and I'm encountering some problems to debug it. The > application I'm dealing with is a multithreaded application; when I > try to debug it with pydev, it seems not to be able to handle the > execution of multiple threads. The problem is that when the execution > reaches a breakpoint in one of the threads, all the other ones don't > stop, but they continue their execution. > Have I to make some specific settings or am I missing something? > Thanks in advance!
Actually, that's expected, as you've only hit the breakpoint at that thread... if you want, you can press the pause button to stop the other threads. Cheers, Fabio -- http://mail.python.org/mailman/listinfo/python-list