ARTICLE AD BOX
I'm new to coding, and I'm trying to use VS code to learn Python. I had an issue when I ran the debugger. I got some extra output showing something like this:
PS C:\Users\user\Desktop\Python\oops> & C:/Users/user/AppData/Local/Programs/Python/Python39/python.exe c:/Users/user/Desktop/Python/oops/overridingMethods.py
I found that I can change in launch.json - console: "internalTerminal" to console: "internalConsole", which works to remove the clutter, but if my code has no inputs() at the end, it closes the debug window right away. Is there a way to fix this?
