PyDev.Debugger icon indicating copy to clipboard operation
PyDev.Debugger copied to clipboard

in version 5.6.0 - pydevd_additional_thread_info_regular.py uses a non-jython call (_current_frames())

Open yanivsag opened this issue 8 years ago • 4 comments

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

yanivsag avatar Mar 29 '17 14:03 yanivsag

Which Jython version are you using?

fabioz avatar Mar 29 '17 14:03 fabioz

2.7.0

yanivsag avatar Mar 29 '17 14:03 yanivsag

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.

yanivsag avatar Mar 29 '17 15:03 yanivsag

But it happens even without bindings

yanivsag avatar Mar 29 '17 15:03 yanivsag