Re: [Pydev-code] Pydev remote debugging and threads

2010-02-10 Thread Fabio Zadrozny
On Wed, Feb 10, 2010 at 9:58 AM, Escalona, Diego wrote: > Hello all, > > > > I’m working with Pydev’s Remote Debugger and Eclipse and I have a problem > with multi-thread Python applications. The remote debugger only traces the > MainThread and the breakpoints it has, but if I try to add a breakpo

[Pydev-code] Pydev remote debugging and threads

2010-02-10 Thread Escalona, Diego
Hello all, I'm working with Pydev's Remote Debugger and Eclipse and I have a problem with multi-thread Python applications. The remote debugger only traces the MainThread and the breakpoints it has, but if I try to add a breakpoint to a different thread it doesn't stop. I've written a simple p