调试
This commit is contained in:
parent
7857549051
commit
4bc9f9ccd8
1 changed files with 20 additions and 0 deletions
20
.vscode/tasks.json
vendored
20
.vscode/tasks.json
vendored
|
@ -21,6 +21,26 @@
|
|||
"isDefault": true
|
||||
},
|
||||
"detail": "调试器生成的任务。"
|
||||
},
|
||||
{
|
||||
"type": "cppbuild",
|
||||
"label": "C/C++: g++.exe 生成活动文件",
|
||||
"command": "C:\\Project\\mingw64\\bin\\g++.exe",
|
||||
"args": [
|
||||
"-fdiagnostics-color=always",
|
||||
"-g",
|
||||
"${file}",
|
||||
"-o",
|
||||
"${fileDirname}\\${fileBasenameNoExtension}.exe"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${fileDirname}"
|
||||
},
|
||||
"problemMatcher": [
|
||||
"$gcc"
|
||||
],
|
||||
"group": "build",
|
||||
"detail": "编译器: C:\\Project\\mingw64\\bin\\g++.exe"
|
||||
}
|
||||
],
|
||||
"version": "2.0.0"
|
||||
|
|
Reference in a new issue