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社区版:“无法显示框架变量"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Pycharm社区版:“无法显示框架变量"
基础教程推荐
- Kivy 使用 opencv.调整图像大小 2022-01-01
- 在 Django Admin 中使用内联 OneToOneField 2022-01-01
- kivy 应用程序中的一个简单网页作为小部件 2022-01-01
- matplotlib 设置 yaxis 标签大小 2022-01-01
- 对多索引数据帧的列进行排序 2022-01-01
- 在 Python 中将货币解析为数字 2022-01-01
- Python,确定字符串是否应转换为 Int 或 Float 2022-01-01
- Python 中是否有任何支持将长字符串转储为块文字或折叠块的 yaml 库? 2022-01-01
- 比较两个文本文件以找出差异并将它们输出到新的文本文件 2022-01-01
- 究竟什么是“容器"?在蟒蛇?(以及所有的 python 容器类型是什么?) 2022-01-01
