{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "cppdbg",
"request": "launch",
"preLaunchTask": "hwbuild",
"program": "${fileDirname}\\${fileBasenameNoExtension}.exe",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",
"environment": [],
"externalConsole": true,
"miDebuggerPath": "C:\\x86_64-15.2.0-release-posix-seh-msvcrt-rt_v13-rev0\\mingw64\\bin\\gdb.exe",
"MIMode": "gdb"
}
]
}