简体   繁体   English

如何使pycharm调试器与ironpython一起工作?

[英]how to make pycharm debugger work with ironpython?

I have been using pycharm for quite a while now , ever since last release I can't get the debugger to workwith IronPython i tried it with python 2.7 and 3.4 and it works fine I keep getting this : 我已经使用pycharm已有一段时间了,自从上一版发布以来,我一直无法使调试器与IronPython一起使用,而我在python 2.7和3.4上尝试了它,并且很好地工作了,我一直这样:

Traceback (most recent call last):
  File "C:\Program Files\JetBrains\PyCharm Community Edition 5.0.5\helpers\pydev\pydevd.py", line 2411, in <module>
  File "C:\Program Files\JetBrains\PyCharm Community Edition 5.0.5\helpers\pydev\pydevd.py", line 1762, in run
  File "C:\Program Files\JetBrains\PyCharm Community Edition 5.0.5\helpers\pydev\pydevd.py", line 1698, in prepareToRun
  File "C:\Program Files\JetBrains\PyCharm Community Edition 5.0.5\helpers\pydev\pydevd_tracing.py", line 78, in SetTrace
  File "C:\Program Files\JetBrains\PyCharm Community Edition 5.0.5\helpers\pydev\pydevd_tracing.py", line 67, in _InternalSetTrace
SystemError: Object reference not set to an instance of an object.

Process finished with exit code 1'

I tried debugging it but I don't have a lot of experience with python can anyone help ? 我尝试调试它,但是我在python上没有很多经验,有人可以帮忙吗?

I have experienced the same after upgrading Ironpython to version 2.7.6.3. 在将Ironpython升级到版本2.7.6.3。之后,我也遇到了同样的情况。 I have downgraded to previous stable release 2.7.5, which has resolved the issue. 我已降级到以前的稳定版本2.7.5,该版本已解决了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM