Use virtual env while debugging Python app in Visual Studio Code
I have some Python source code and want to debug this code via VS Code. I set-up a virtual environment through Ctrl+Shift+P->Select Interpreter, and this virtual environment is shown in the right-bottom corner of VS Code. If I execute Terminal->New…