Reputation: 33
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:
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
Reputation: 8550
Switch variables loading policy to something else from "On demand":
Upvotes: 1