41 lines
No EOL
854 B
Text
41 lines
No EOL
854 B
Text
{
|
|
"folders": [
|
|
{
|
|
"path": "."
|
|
}
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
"ctime": "cpp",
|
|
"iostream": "cpp",
|
|
"new": "cpp"
|
|
},
|
|
"files.encoding": "gb2312"
|
|
},
|
|
"launch": {
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "gcc.exe - 生成和调试活动文件",
|
|
"type": "cppdbg",
|
|
"request": "launch",
|
|
"program": "${fileDirname}\\${fileBasenameNoExtension}.exe",
|
|
"args": [],
|
|
"stopAtEntry": false,
|
|
"cwd": "C:/Project/mingw64/bin",
|
|
"environment": [],
|
|
"externalConsole": false,
|
|
"MIMode": "gdb",
|
|
"miDebuggerPath": "C:\\Project\\mingw64\\bin\\gdb.exe",
|
|
"setupCommands": [
|
|
{
|
|
"description": "为 gdb 启用整齐打印",
|
|
"text": "-enable-pretty-printing",
|
|
"ignoreFailures": true
|
|
}
|
|
],
|
|
"preLaunchTask": "C/C++: gcc.exe 生成活动文件"
|
|
}
|
|
]
|
|
}
|
|
} |