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