Pycharm debugger instantly exits with 139 code

后端 未结 10 779
栀梦
栀梦 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: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.

提交回复
热议问题