Debug Launch Error When Trying to Run a C++ Program in VSCode #11163
Unanswered
ikhurana21
asked this question in
Q&A
Replies: 1 comment
-
I don't think that's an error. It looks like just command line logging. What's the issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Whenever I try to run or debug a program (through gdb) in VSCode, I get the following error message:
cmd /C "c:\Users\ikhur.vscode\extensions\ms-vscode.cpptools-1.16.3-win32-x64\debugAdapters\bin\WindowsDebugLauncher.exe --stdin=Microsoft-MIEngine-In-5544q02f.ckz --stdout=Microsoft-MIEngine-Out-21arqpt2.zkv --stderr=Microsoft-MIEngine-Error-3q1wkjlb.vlh --pid=Microsoft-MIEngine-Pid-btsdtayj.grr --dbgExe=C:/MinGW/bin/gdb.exe --interpreter=mi "
Does anyone know how to fix this? I've looked around on the internet and the only suggestion has been to update PowerShell, which I have, but I keep getting the error. I also have MinGW and have changed the environment variable, and as far as I can tell, everything is up to date. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions