IronPython debugger Error
i got this error when try to run Debugger with IronPython in PyCharm. How to setup debugger for IronPython ?
"C:\Program Files (x86)\IronPython 2.7\ipy64.exe" -X:Frames "C:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\pydev\pydevd.py" --multiproc --qt-support=auto --client 127.0.0.1 --port 62119 --file
Traceback (most recent call last):
File "C:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\pydev\pydevd.py", line 26, in <module>
File "C:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\pydev\_pydevd_bundle\pydevd_additional_thread_info.py", line 19, in <module>
File "C:\Program Files\JetBrains\PyCharm 2017.2.3\helpers\pydev\_pydevd_bundle\pydevd_additional_thread_info_regular.py", line 41, in <module>
RuntimeError: Unable to proceed (sys._current_frames not available in this Python implementation).
Process finished with exit code 1
请先登录再写评论。
Unfortunately it's a known issue: https://youtrack.jetbrains.com/issue/PY-20959, please follow it for updates. See https://intellij-support.jetbrains.com/hc/en-us/articles/207241135-How-to-follow-YouTrack-issues-and-receive-notifications if you are not familiar with YouTrack.