Pycharm Community Edition: “Unable to display frame variables”

前端 未结 3 1920
旧时难觅i
旧时难觅i 2021-01-04 12:23

I get this error in the debug pane (replacing the variables) whenever Pycharm is stopped at a breakpoint on one project, which uses Flask. I created a new project to test th

相关标签:
3条回答
  • 2021-01-04 12:35

    I found the answer for my problem here https://youtrack.jetbrains.com/issue/PY-20198

    Basically, you just need to update your pydev using the one that attached in the link above.

    0 讨论(0)
  • I had this problem using the remote debugger. I solved it by reinstalling the pydev-debug.egg distributed along with PyCharm. (This was another advice in the link from @ismailsunni's answer.)

    (In my case, on OS X, here's the shell command I used after activating my virtualenv:

    $ easy_install /Applications/PyCharm.app/Contents/debug-eggs/pycharm-debug.egg
    

    The location on Windows or Linux will be different, obviously.)

    0 讨论(0)
  • 2021-01-04 12:52

    I just updated to v2016.2 and get the same, BUT ONLY for the remote debugger. The local debugger works just fine. The remote debugger shows "Unable to display frame variables".

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