Matt C
Matt C

Reputation: 33

Hidden values in pycharm variables pane

While debugging in pycharm, the majority of my variables are hidden by default, and I have to click them to show the value. The same thing happens when I use the 'Evaluate Expression' tool.

Here's an image:

enter image description here

This just started happening recently. Is there a setting I can change so that it displays all the variables without having to click on them?

I tried upgrading to the most recent version and that didn't fix it.

Upvotes: 3

Views: 285

Answers (1)

Pavel Karateev
Pavel Karateev

Reputation: 8550

Switch variables loading policy to something else from "On demand":

enter image description here

Upvotes: 1

Related Questions