2021-12-13 09:40:04 +01:00
|
|
|
{
|
|
|
|
// 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": "(Windows) Launch",
|
2021-12-16 21:53:44 +01:00
|
|
|
"type": "cppdbg",
|
2021-12-13 09:40:04 +01:00
|
|
|
"request": "launch",
|
2022-05-18 20:37:13 +02:00
|
|
|
"program": "${command:cmake.buildDirectory}\\LwLibPROJECT.exe",
|
2021-12-13 09:40:04 +01:00
|
|
|
"miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe",
|
|
|
|
"args": [],
|
|
|
|
"stopAtEntry": false,
|
|
|
|
"cwd": "${fileDirname}",
|
2022-05-18 20:37:13 +02:00
|
|
|
"environment": []
|
2021-12-13 09:40:04 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|