国产精品天干天干,亚洲毛片在线,日韩gay小鲜肉啪啪18禁,女同Gay自慰喷水

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

VS CODE/G++配置文件備份

2022-07-08 19:51 作者:coyude  | 我要投稿

launch.json:

{

? ? // 使用 IntelliSense 了解相關(guān)屬性。

? ? // 懸停以查看現(xiàn)有屬性的

? ? // 欲了解更多信息,請(qǐng)?jiān)L問(wèn): https://go.microsoft.com/fwlink/?linkid=830387

? ? "version": "0.2.0",

? ? "configurations": [

? ? ? ? {

? ? ? ? ? ? "name": "GDB啟動(dòng)",

? ? ? ? ? ? "type": "cppdbg",

? ? ? ? ? ? "request": "launch",

? ? ? ? ? ? "program": "${fileDirname}\\${fileBasenameNoExtension}.exe",

? ? ? ? ? ? "args": [],

? ? ? ? ? ? "stopAtEntry": false,

? ? ? ? ? ? "cwd": "${fileDirname}",

? ? ? ? ? ? "environment": [],

? ? ? ? ? ? "externalConsole": true,

? ? ? ? ? ? "MIMode": "gdb",

? ? ? ? ? ? "miDebuggerPath": "D:\\MinGW-w64 TDM-64\\bin\\gdb.exe",

? ? ? ? ? ? "setupCommands": [

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? "description": "為 gdb 啟用整齊打印",

? ? ? ? ? ? ? ? ? ? "text": "-enable-pretty-printing",

? ? ? ? ? ? ? ? ? ? "ignoreFailures": true

? ? ? ? ? ? ? ? },

? ? ? ? ? ? ? ? {

? ? ? ? ? ? ? ? ? ? "description": ?"將反匯編風(fēng)格設(shè)置為 Intel",

? ? ? ? ? ? ? ? ? ? "text": "-gdb-set disassembly-flavor intel",

? ? ? ? ? ? ? ? ? ? "ignoreFailures": true

? ? ? ? ? ? ? ? }

? ? ? ? ? ? ],

? ? ? ? ? ? "preLaunchTask": "C/C++: gcc.exe build active file" ?// 調(diào)試前的預(yù)執(zhí)行任務(wù),這里的值是tasks.json文件中對(duì)應(yīng)的編譯任務(wù),也就是調(diào)試前需要先編譯

? ? ? ? ? ?

? ? ? ? }


? ? ]

}


tasks.json:

{

? ? "tasks": [

? ? ? ? {

? ? ? ? ? ? "type": "shell",

? ? ? ? ? ? "label": "C/C++: gcc.exe build active file",

? ? ? ? ? ? "command": "D:/MinGW-w64 TDM-64/bin/g++.exe",

? ? ? ? ? ? "args": [

? ? ? ? ? ? ? ? "-fdiagnostics-color=always",

? ? ? ? ? ? ? ? "-g",

? ? ? ? ? ? ? ? "${file}",

? ? ? ? ? ? ? ? "-o",

? ? ? ? ? ? ? ? "${fileDirname}\\${fileBasenameNoExtension}.exe"

? ? ? ? ? ? ],

? ? ? ? ? ? "options": {

? ? ? ? ? ? ? ? "cwd": "D:/MinGW-w64 TDM-64/bin"

? ? ? ? ? ? },

? ? ? ? ? ? "problemMatcher": [

? ? ? ? ? ? ? ? "$gcc"

? ? ? ? ? ? ],

? ? ? ? ? ? "group": {

? ? ? ? ? ? ? ? "kind": "build",

? ? ? ? ? ? ? ? "isDefault": true

? ? ? ? ? ? },

? ? ? ? ? ? "detail": "調(diào)試器生成的任務(wù)。"

? ? ? ? }

? ? ],

? ? "version": "2.0.0"

}


VS CODE/G++配置文件備份的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
格尔木市| 犍为县| 六盘水市| 广丰县| 普兰店市| 和顺县| 策勒县| 瑞金市| 旅游| 息烽县| 宜兰县| 万载县| 沙田区| 宜兰市| 屏山县| 兴义市| 独山县| 茌平县| 洛宁县| 庆云县| 遂川县| 瑞丽市| 道孚县| 乐业县| 耒阳市| 团风县| 宁津县| 通州市| 修文县| 阿拉善右旗| 阿克苏市| 财经| 兴和县| 三门县| 垦利县| 灵璧县| 星子县| 安吉县| 泰兴市| 伊春市| 柏乡县|