-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Debug Launch Error When Trying to Run a C++ Program in VSCode #11163
-
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
Replies: 1 comment 1 reply
-
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.
All reactions
-
I have the same issue, the build works fine, but the launch fails with
So the output is not displayed on the terminal like it is supposed to.
'Microsoft-MIEngine-Error-0sst0jkg.jbo' '--pid=Microsoft-MIEngine-Pid-35lqbphw.25l' '--dbgExe=D:/Programs/MinGW/bin/gdb.exe' '--interpreter=mi' ;9c4019e1-0b22-446a-aeb1-df1aa3a0156d'
Any solution for this ? Thanks !
Beta Was this translation helpful? Give feedback.