Eclipse python debug raise RuntimeError - sys._current_frames not available for this python implementation -
i'm trying write scripts imagej using jython
through eclipse oxigen. however, when trying debug script, debugger raises runtimeerror
:
file"/users/yahel/.p2/pool/plugins/org.python.pydev_5.8.0.201706061859/pysrc/_pydevd_bundle/pydevd_additional_thread_info_regular.py", line 47, in raise runtimeerror('unable proceed (sys._current_frames not available in python implementation).') runtimeerror: unable proceed (sys._current_frames not available in python implementation).`
my current versions: eclipse oxigen, python 5.8.0, java 8, jython 2.7.0
i'm working on mac os 10.10.5
when running program have no errors.
Comments
Post a Comment