Skip to content

Commit

Permalink
gdb->gcc.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 17, 2023
1 parent a0f205c commit 4e73bab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"environment": []
},
{
"name": "(gdb) Launch",
"name": "(gcc) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/.build/gcc-13/debug/cxxstd-11-iso/b2",
Expand All @@ -69,7 +69,7 @@
]
},
{
"name": "(gdb) Launch: ASAN",
"name": "(gcc) Launch: ASAN",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/.build/gcc-13/debug/address-sanitizer-on/cxxstd-11-iso/b2",
Expand All @@ -88,7 +88,7 @@
]
},
{
"name": "(gdb) Launch, Unit Tests",
"name": "(gcc) Launch, Unit Tests",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/.build/gcc-13/debug/cxxstd-11-iso/b2",
Expand All @@ -107,7 +107,7 @@
]
},
{
"name": "(gdb) Launch, Unit Tests: ASAN",
"name": "(gcc) Launch, Unit Tests: ASAN",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/.build/gcc-13/debug/address-sanitizer-on/cxxstd-11-iso/b2",
Expand Down

0 comments on commit 4e73bab

Please sign in to comment.