PyDev and multithreaded application debug

M

Massi

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!
 
F

Fabio Zadrozny

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top