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 4b01278 commit 1b56627Copy full SHA for 1b56627
src/test/patches/launch.json
@@ -2,7 +2,7 @@
2
"version": "0.2.0",
3
"configurations": [
4
{
5
- "name": "Backend (Attach)",
+ "name": "Backend (cppdbg)",
6
"type": "cppdbg",
7
"request": "attach",
8
"program": "${workspaceFolder}/src/backend/postgres",
@@ -17,7 +17,7 @@
17
]
18
},
19
20
+ "name": "Backend (lldb)",
21
"type": "lldb",
22
23
0 commit comments