Python Forum
Python debug suddenly got bad - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Python debug suddenly got bad (/thread-38099.html)



Python debug suddenly got bad - ben1122 - Sep-02-2022

Debug
Suddenly when I debug, in order to see values, I must click Show value.
but it wasnt like that 10min ago.. How do I change it back? please help.


RE: Python debug suddenly got bad - Larz60+ - Sep-03-2022

which IDE is this? PyCharm?


RE: Python debug suddenly got bad - snippsat - Sep-03-2022

PyCharm Debugger hides variable values by default


RE: Python debug suddenly got bad - ben1122 - Sep-03-2022

(Sep-03-2022, 01:15 AM)snippsat Wrote: PyCharm Debugger hides variable values by default

OMG thank you so very much.
I tried this before, but it didn't work, I now saw I just had to debug, I thought it supposed to work immediately.
Thank you very much!!!