Reputation: 490
I've been debugging with PyCharm for a long time now but I can't seem to figure out how to disable these long numbers that appear after a dictionary key. I'm assuming the number represents some memory address offset but it's really annoying because it sends the value of the variable off the screen and I have to scroll to see it with the way I have my windows set up.
Here's a screenshot of an example. These are keys inside dictionary. Normal variables, including the parent dict itself don't have these numbers attached.
Upvotes: 5
Views: 434
Reputation: 8550
That was fixed in 2019.3 with https://youtrack.jetbrains.com/issue/PY-37497 The early access version can be found https://www.jetbrains.com/pycharm/nextversion/
Upvotes: 2