Pycharm 调试器错误 [英] Pycharm debugger error

查看:92
本文介绍了Pycharm 调试器错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试运行 pycharm 调试器,但他不工作,对于我所有的文件(他昨晚为他们工作)这是错误:

C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 5.0.1\helpers\pydev\pydevd.py" --multiproc --qt-support --client 127.0.0.1 --port 60124 --file C:/Users/User/PycharmProjects/untitled/test.pypydev 调试器:进程 6168 正在连接连接到 pydev 调试器(版本 143.595)进程已完成,退出代码为 0

解决方案

我被同一个问题困住了一段时间,但在开发者网站上阅读这两个线程让我发现了问题:

  • 然后将设置设置为这样的.在我的情况下,顶部选项启用被禁用.

    在此之后,它在我的案例中照常工作.

    --

    版本:

    • Pycharm 2017.1.1 专业版
    • Python 3.5.1
    • Django 1.10

    I am trying to run the pycharm debugger but he not working, for all my files (which he work for them last night) this is the erorr:

    C:\Python27\python.exe "C:\Program Files (x86)\JetBrains\PyCharm Community Edition 5.0.1\helpers\pydev\pydevd.py" --multiproc --qt-support --client 127.0.0.1 --port 60124 --file C:/Users/User/PycharmProjects/untitled/test.py
    pydev debugger: process 6168 is connecting
    
    Connected to pydev debugger (build 143.595)
    
    Process finished with exit code 0
    

    解决方案

    I was stuck on the same issue for a while, but reading over these two threads at the developer's site made me find the issue:

    In my case, it was because the Breakpoints setting had become incorrect somehow. To fix it, go to the Breakpoints menu by clicking here (or CTRL+SHIFT+F8):

    Then set the settings to something like this. The top option Enabled was disabled in my case.

    After this, it worked as usual in my case.

    --

    Versions:

    • Pycharm 2017.1.1 professional
    • Python 3.5.1
    • Django 1.10

    这篇关于Pycharm 调试器错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆