We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2de311b commit d773928Copy full SHA for d773928
.vscode/launch.json
@@ -1,15 +1,12 @@
1
{
2
- // Use IntelliSense to learn about possible attributes.
3
- // Hover to view descriptions of existing attributes.
4
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
"version": "0.2.0",
6
"configurations": [
7
+ /* GDB must in be in the PATH environment */
8
"name": "(Windows) Launch",
9
"type": "cppdbg",
10
"request": "launch",
11
"program": "${command:cmake.launchTargetPath}",
12
- "miDebuggerPath": "c:\\msys64\\mingw64\\bin\\gdb.exe",
13
"args": [],
14
"stopAtEntry": false,
15
"cwd": "${fileDirname}",
0 commit comments