PyDev and multithreaded application debug
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!
.
Relevant Pages
- Re: PyDev and multithreaded application debug
... application and I'm encountering some problems to debug it. ... try to debug it with pydev, it seems not to be able to handle the ... The problem is that when the execution ... reaches a breakpoint in one of the threads, ... (comp.lang.python) - Re: [off topic]Strange Behaviour -- adding printf change the progra execution
... i just simply adding few debug like below and it changes program ... and a corresponding delay in the execution of other ... The problem is, if you've got a bug in your code, it has a pretty good ... source code, making it harder to detect the real defect. ... (comp.lang.c) - Problem with debug command in expect, command echoes back, issue in setting multiline value to a var
... I am facing a problem related to expect debug command. ... I'm using debug command in a script. ... I've an application (a test management execution engine ... I can use all tcl commands at the debug mode. ... (comp.lang.tcl) - Turning off echoing back of commands in debug command in expect
... I am facing a problem related to expect debug command. ... I'm using debug command in a script. ... I've an application (a test management execution engine ... I can use all tcl commands at the debug mode. ... (comp.lang.tcl) - Re: Overload Write
... If what is available is source code, look for and change the debug ... of say 32 bytes, read the first record, change the checksum value by ... If the execution fails repeat the ... (comp.lang.fortran) |
|