Remote debugger won't resume from breakpoints
Brought to you by:
fabioz
I'm using the remote debugger to debug Jython code embedded in Java, and setting up a breakpoint by calling pydevd.settrace() inside an imported module.
The debugger stops at the breakpoint, but no stack trace is available, and resuming is disabled.
Calling pydevd.settrace() in the main module works around the problem - subsequent calls from imported modules work ok.
I'm using PyDev 1.6.5, Jython 2.5.2 and eclipse 3.6.
Code reproducing the problem and screenshot of the Debug View