Skip to content

Commit 8ab0951

Browse files
committed
Merge branch 'topic/debug-config' into 'master'
Remove the committed gdb debug configuration See merge request eng/ide/ada_language_server!1672
2 parents 644609c + b27cc2f commit 8ab0951

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.vscode/launch.json

-20
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)