PyDev.Debugger
PyDev.Debugger copied to clipboard
in version 5.6.0 - pydevd_additional_thread_info_regular.py uses a non-jython call (_current_frames())
def iter_frames(self, t): #sys._current_frames(): dictionary with thread id -> topmost frame current_frames = sys._current_frames() v = current_frames.get(t.ident) if v is not None: return [v] return []
Which Jython version are you using?
2.7.0
Not sure that it's connected to the disconnection issue because the disconnect also occurred in 5.5.0. I suspect it has something to do to the Java bindings I give the Jython script.
But it happens even without bindings