Re: PyDev and multithreaded application debug

2011-12-13 Thread Fabio Zadrozny
On Mon, Dec 12, 2011 at 2:30 PM, Massi 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

PyDev and multithreaded application debug

2011-12-12 Thread 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 p