Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99267

Visual Studio Code switching terminals when debugging. Code only runs successfully once with debugger

$
0
0

I am trying to debug Django code with Visual Studio Code on windows 10. When I run the debugger for the first time, my code compiles successfully and nothing goes wrong. If I change something in the code, and rerun the debugger I get a giant slew of commands on my Python Debug console run into the same error report I ran into before (from the first run even with new code without any user interaction on my webapp).

Any ideas on how to fix this issue?

Some notes: It seems very consistent. If I close visual studio code and rerun it-- my code runs fine... for one run... UPDATE: When I close the python debug console and then press run on the debugger, it reruns fine on my default terminal--powershell.


Viewing all articles
Browse latest Browse all 99267

Trending Articles