Please pass -Xfrozen_modules=off when debuging #1703
Replies: 3 comments 3 replies
-
Your launch.json should be the way to do it (pythonArgs). |
Beta Was this translation helpful? Give feedback.
-
Hi! Thank you for your reply. Now I understood that But
tks |
Beta Was this translation helpful? Give feedback.
-
@guilhermesilva07113 You should be able to set |
Beta Was this translation helpful? Give feedback.
-
Hi there!
When I try to run
Python Debugger: Debug Python File
I get:My python file has the following modules:
My
launch.json
(even tough I am not using it):So, how/where do I pass
pass -Xfrozen_modules=off
?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions