如何修复Pycharm中“无法显示框架变量”?

问题描述 投票:0回答:2

当我在 Pycharm 的调试模式下运行时,变量窗口中不会显示变量。它显示:

Unable to display frame variables

我尝试了解决方案:

  1. 无法显示框架变量(PyCharm远程调试器)
  2. http://techqa.info/programming/question/39728624/Unable-to-display-frame-variables--PyCharm-remote-debugger-

但他们没有解决这个问题。谁能提供一个完美的解决方案?

  • 操作系统:Ubuntu 16.04
  • Pycharm:2017.2
python pycharm
2个回答
1
投票

这对我有用。转到

File -> Settings -> Python Debbuger
并选中
Gevent compatible
选项。


0
投票

文件 -> 设置 -> Python 调试器并取消选中 Gevent 兼容选项。

对我来说,取消选中该选项确实有效。

© www.soinside.com 2019 - 2024. All rights reserved.