如何设置PyCharm在调试模式下显示变量window中变量的大小?

How can I set PyCharm to display the size of the variable in the variable window in debug mode?

如何设置PyCharmdebug mode中显示变量window中变量的size,如下:

df={Dataframe}(100,5)... View as Dataframe

我目前的debug modedoes not显示尺寸,如下:

df={Dataframe}...View as Dataframe

点击齿轮图标select -> 变量加载策略 -> 异步