Capturing user input via Console Application whist debugging a Python application is possible when using a Terminal (console window) to capture the input.
There are two options for using terminals in Visual Studio Code when debugging:
Note: All debug output will now be displayed in the Terminal/Console Window and not in the Python Debugger console.
Note: All debug output will now be displayed in the Terminal/Console Window and not in the Python Debugger console.
Capturing user input via Console Application whist debugging a Python application is possible when using a Terminal (console window) to capture the input.
There are two options for using terminals in Visual Studio Code when debugging:
Note: All debug output will now be displayed in the Terminal/Console Window and not in the Python Debugger console.
Note: All debug output will now be displayed in the Terminal/Console Window and not in the Python Debugger console.