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社区版:“无法显示框架变量"
基础教程推荐
- 使用生成器和迭代器时 Python 多循环失败 2022-01-01
- 将 x 轴刻度更改为自定义字符串 2022-01-01
- pyserial - 可以从线程 a 写入串行端口,是否阻塞从线程 b 读取? 2022-01-01
- 与常规 dict 相比,Python manager.dict() 非常慢 2022-01-01
- 由Python将MP3转换为MIDI(类型错误:无法加载插件:mtg-Melodia:Melodia) 2022-01-01
- numpy float:比算术运算中内置的慢 10 倍? 2022-01-01
- Discord.py 缺少必需的参数 2022-01-01
- 尝试制作WhatsApp机器人 2022-01-01
- 在 Celery 工作人员中捕获 Heroku SIGTERM 以优雅地关 2022-01-01
- 用 Python 编写 Fortran 无格式文件 2022-01-01
