最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(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ó)家法律
象山县| 蓝田县| 常宁市| 曲沃县| 水城县| 湘乡市| 河南省| 绍兴县| 牡丹江市| 阿巴嘎旗| 东至县| 灯塔市| 册亨县| 手游| 松江区| 潢川县| 彭州市| 杂多县| 建湖县| 改则县| 武强县| 余干县| 成安县| 临洮县| 措勤县| 独山县| 曲阜市| 大余县| 永吉县| 祁门县| 合阳县| 南平市| 玉门市| 高平市| 介休市| 随州市| 两当县| 武邑县| 平原县| 泽库县| 乌拉特后旗|