Python Forum
hor to prevent VSCode from using .pyc files - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Forum & Off Topic (https://python-forum.io/forum-23.html)
+--- Forum: Bar (https://python-forum.io/forum-27.html)
+--- Thread: hor to prevent VSCode from using .pyc files (/thread-12558.html)



hor to prevent VSCode from using .pyc files - Larz60+ - Aug-30-2018

While debugging code and running many times, sometimes my changes are not showing even after saving.
I suspect that a previously created .pyc file is being used, or cache is not emptying.
Any ideas of what the .... is going on?


I thought I must be doing something wrong.

and, uh, yea...
stupid input() !!!