I just wanted use python debugger
When I press Ctrl + F5 in VSCode to use the Python debugger, ^C appears in the terminal, followed by a cd command, and then the Python file is executed.
user@DESKTOP MINGW64 ~/Desktop/SSA (master)
$ ^C
user@DESKTOP MINGW64 ~/Desktop/SSA (master)
$ cd c:UsersisagkDesktopSSA ; /usr/bin/env c:UsersisagkAppDataLocalProgramsPythonPython310python.exe c:Usersisagk.vscodeextensionsms-python.debugpy-2024.6.0-win32-x64bundledlibsdebugpyadapter/../..debugpylauncher 54240 — C:UsersisagkDesktopSSAtest.py
like this. what happened?
I tried change key binding, change terminal setting, update python extension
I expect that just run the python file without ^C or something when I press ‘ctrl’ + ‘F5’
김진호 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.