VS Code pre-release does not reload code on restart of the debugger #19600
Replies: 1 comment 2 replies
-
So you're saying the process you are debugging is started, you have the debugger attach, you then edit code, save the file, and then the changes used to be picked up and now they are not? If you're attaching to a live process then code changes being picked up rely on the process handling that, e.g. Django or Flask automatically reloading to pick up the changes. Are you relying on such a mechanism? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
All of a sudden VS Code (preview) does not load changes made to the code, when restarting the debugger.
I have spent hours googling, but I have come up empty-handed. Can anyone enlighten me on what is going on. Is there a new config option to set whether the code is to be reloaded when restarting the debugger?
If I stop the execution of the script, and run the debugger again, the latest code changes are loaded.
Beta Was this translation helpful? Give feedback.
All reactions