Skip to content

Commit b27cc2f

Browse files
committed
Remove the committed gdb debug configuration
To work correctly, the gdb debug configuration needs to have the miDebuggerPath property set to the gdb executable with Ada support. That can't be committed so it's better not to use a tracked configuration and instead use the one automatically provided by the Ada extension
1 parent 644609c commit b27cc2f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.vscode/launch.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,6 @@
4545
"cwd": "${workspaceFolder}/integration/vscode/ada/",
4646
"runtimeExecutable": "npm",
4747
"runtimeArgs": ["run-script", "test"]
48-
},
49-
{
50-
"name": "(gdb) Attach",
51-
"type": "cppdbg",
52-
"request": "attach",
53-
"program": "${workspaceFolder}/integration/vscode/ada/x64/linux/ada_language_server",
54-
"processId": "${command:pickProcess}",
55-
"MIMode": "gdb",
56-
"setupCommands": [
57-
{
58-
"description": "Enable pretty-printing for gdb",
59-
"text": "-enable-pretty-printing",
60-
"ignoreFailures": true
61-
},
62-
{
63-
"description": "Set Disassembly Flavor to Intel",
64-
"text": "-gdb-set disassembly-flavor intel",
65-
"ignoreFailures": true
66-
}
67-
]
6848
}
6949
],
7050
"inputs": [

0 commit comments

Comments
 (0)