Visual studio code配置c++的运行环境中,出现launch:program’-路径-‘does not exist
刚开始想自学c++的时候,配置过程中出现了如上问题!
发现是.vscode里面的launch.json task.json出现了问题;
从网上了找了一些配置信息,如下:
launch.json
{
"version": "0.2.0",
"configurations": [{
"name": "C++ Launch (GDB)", // 配置名称,将会在启动配置的下拉菜单中显示
"type": "cppdbg