PyCharm Debugger hides variable values by default
Completed
The PyCharm debugger doesn't show a preview of variable values anymore. Only the variable name is shown, with a button "Show Value" on its right:
Simple strings or integers don't seem to be affected. Other types (tuple, counter, dict, list) and their content however are hideen by default.
Clicking on every single variable in order to inspect its value is really cumbersome. As far as I know, I haven't changed any settings. I already tried invalidating caches and restarting, and the problem stays across projects. How can I get the normal variable preview back?
Please sign in to leave a comment.
Hi,
Change the Variables Loading Policy to Synchronously or Asynchronously
Thanks, that worked!
Why is the PyCharm debugger so concerned about structure and so TOTALLY OBLIVIOUS to showing us what we need to see when stepping through code??!!! The GD F-ing values of variables!!!!
All I want to see is the string that is in full_name. All I get is useless type definition crap!!!