'c:\Users\lai.vscode\extensions\ms-vscode.cpptools-1.9.7\debugAdapters\bin\WindowsDebugLauncher.exe' '--stdin=Microsoft-MIEngine-In-xaceg0g3.2ym' '--stdout=Microsoft-MIEngine-Out-1uzbvunw.nhc' '--stderr=Microsoft-MIEngine-Error-vigt2xj0.4nl' '--pid=Microsoft-MIEngine-Pid-exbpj44g.j2u' '--dbgExe=D:/MinGW/bin/gcc.exe' '--interpreter=mi'
有谁知道是什么意思吗?
c:\Users\lai.vscode\extensions\ms-vscode.cpptools-1.9.7\debugAdapters\bin\WindowsDebugLauncher.exe这是调试启动器
stdin说明标准输入
stdout说明标准输出
stderr说明错误信息
pid是进程号或者进程标识
dbgExe是指明编译器