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社区版:“无法显示框架变量"


基础教程推荐
- 用于分类数据的跳跃记号标签 2022-01-01
- 筛选NumPy数组 2022-01-01
- Python kivy 入口点 inflateRest2 无法定位 libpng16-16.dll 2022-01-01
- Dask.array.套用_沿_轴:由于额外的元素([1]),使用dask.array的每一行作为另一个函数的输入失败 2022-01-01
- 何时使用 os.name、sys.platform 或 platform.system? 2022-01-01
- 如何让 python 脚本监听来自另一个脚本的输入 2022-01-01
- 使用PyInstaller后在Windows中打开可执行文件时出错 2022-01-01
- 在 Python 中,如果我在一个“with"中返回.块,文件还会关闭吗? 2022-01-01
- 线程时出现 msgbox 错误,GUI 块 2022-01-01
- 如何在海运重新绘制中自定义标题和y标签 2022-01-01