Pycharm debugger instantly exits with 139 code

后端 未结 10 655
栀梦
栀梦 2020-12-09 16:03

After upgrade from Pycharm 2017.2.3 to Pycharm 2017.1.4 Pycharm\'s Debugger suggested to build cpython (or sth associated with it):

p

相关标签:
10条回答
  • 2020-12-09 16:41

    Try clearing all your breakpoints. Worked for me. Also check you have no problem when doing Run instead of Debug.

    0 讨论(0)
  • 2020-12-09 16:42

    Goto pycharm -> Preferences -> Build,Execution and deployment -> Python debugger

    Check box Collect run-time types information for code insight.

    This solved issues for me.

    0 讨论(0)
  • 2020-12-09 16:42

    I mostly randomly enabled and disabled Attach to subprocess automatically while debugging and PyQt compatible until I found a version that was stable for me. Eventually it was stable at Attach to subprocess automatically while debugging enabled and PyQt compatible enabled at auto.

    I also followed

     - uninstall pyqt and matplotlib
     - Fist install pyqt
     - Second install matplotlib
    
    0 讨论(0)
  • 2020-12-09 16:50

    I did change Pycharm from 2017.1.4 to Pycharm EAP 2017.2, but with no effect.

    I solved the problem by making new python virtual environment and changing default Pycharm interpreter to it. Not the fastest solution I guess, but at least it worked.

    Pycharm now again gives suggestions of building something for Cython, but now I just ignore it.

    0 讨论(0)
提交回复
热议问题