How to hide the command prompt when running python in visual studio 2015
Personal notes
How to hide the command prompt when running python
- Select "Tools"-> "Options"-> "Python Tools"-> "Debugging"
- Uncheck the following two items
- Wait for input when process exits abnomally
- Wait for input when process exits nomally
result
The command prompt is displayed for a moment, but the result is displayed in the output part of Visual Studio
Postscript
Please let me know if there is another good method.