Netbeans 8.1中的Python 3调试

时间:2018-08-31 08:40:53

标签: netbeans

我将netbeans用作主IDE。今天,我想用python编写一些小东西。我为netbeans安装了python插件,并使用nbpython进行调试,但是此nbpython插件使用python 2,但是我的代码写在python 3上。

我的问题:

  • 我可以使用python 3进行调试吗?
  • 在netbeans上是否有任何支持python代码的插件?

我试图使用2to3覆盖插件文件夹nbpython debug中的全部代码,希望使用python 3进行调试,但是遇到了类似的错误

Traceback (most recent call last): File "/home/sins/.netbeans/8.1rc/config/nbPython/debug/nbpythondebug/jpydaemon.py", line 59, in <module> from. import dbgutils Debug session Abort = 1

显然这是个坏主意

注意:因为我只写了一些小工具,所以我不想为python使用像pycharm这样的功能齐全的IDE。

谢谢。

1 个答案:

答案 0 :(得分:0)

对不起,

粗心大意我的缺点。这是此错误的解决方案。 (似乎涵盖了从python 2到python3的源代码)。我的点子。呵呵 解决方案:https://netbeans.org/bugzilla/show_bug.cgi?id=253868

谢谢。