There is a delay when running Python programs in Visual Studio 2019
-
I notice that when I run a Python program within the Visual Studio 2019 IDE there is a bit of a delay before I see the output. Does anyone care to speculate on why this is?
-
I notice that when I run a Python program within the Visual Studio 2019 IDE there is a bit of a delay before I see the output. Does anyone care to speculate on why this is?
Member 12974235 wrote:
Does anyone care to speculate on why this is?
Compile time, launching the exe, getting debug info, hooking up the debugger. Otherwise, sunspots, dwarves and voodoo.
Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^] "If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.
-
I notice that when I run a Python program within the Visual Studio 2019 IDE there is a bit of a delay before I see the output. Does anyone care to speculate on why this is?
I got if figured out. You need to run your program with CTRL+F5 so you don't add debugging.
-
I notice that when I run a Python program within the Visual Studio 2019 IDE there is a bit of a delay before I see the output. Does anyone care to speculate on why this is?
That is a question for Microsoft, I have to say, you can check here on this, [uservoice supporters 1 - Developer Community](https://developercommunity.visualstudio.com/topics/uservoice+supporters+1.html)
The shit I complain about It's like there ain't a cloud in the sky and it's raining out - Eminem ~! Firewall !~
-
I got if figured out. You need to run your program with CTRL+F5 so you don't add debugging.