1.File -> settings -> build,execution,deployment -> python Debugger , 勾选 Gevent compatible即可加载出中间变量
2.用pycharm debug时,如果列表、字典之类的数据结构很长,显示不完全,将变量加载策略改为异步即可:

1.File -> settings -> build,execution,deployment -> python Debugger , 勾选 Gevent compatible即可加载出中间变量
2.用pycharm debug时,如果列表、字典之类的数据结构很长,显示不完全,将变量加载策略改为异步即可: