Pycharm Community Edition: quot;Unable to display frame variablesquot;(Pycharm社区版:“无法显示框架变量)
问题描述
每当 Pycharm 在一个使用 Flask 的项目的断点处停止时,我都会在调试窗格中收到此错误(替换变量).我创建了一个新项目来测试它.本项目断点处显示的变量;但是它们没有显示在由于运行配置中不存在文件而导致的异常断点上.
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 this. The variables displayed in a breakpoint in this project; however they were not displayed on the exception breakpoint that resulted from having a nonexistent file in the run configuration.
有人知道发生了什么吗?
Anyone have any ideas of what's going on?
推荐答案
我在这里找到了我的问题的答案 https://youtrack.jetbrains.com/issue/PY-20198
I found the answer for my problem here https://youtrack.jetbrains.com/issue/PY-20198
基本上,您只需要使用上面链接中所附的更新您的 pydev.
Basically, you just need to update your pydev using the one that attached in the link above.
这篇关于Pycharm社区版:“无法显示框架变量"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!