File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 4
4
"version" : " 0.2.0" ,
5
5
"configurations" : [
6
6
{
7
- "type" : " gdb" ,
7
+ "name" : " (gdb) Attach" ,
8
+ "type" : " cppdbg" ,
8
9
"request" : " attach" ,
9
- "name" : " Attach to PID" ,
10
- "target" : " ${input:pid}" ,
11
- "cwd" : " ${workspaceRoot}" ,
12
- "valuesFormatting" : " parseText"
10
+ "program" : " ${workspaceFolder}/integration/vscode/ada/x64/linux/ada_language_server" ,
11
+ "processId" : " ${command:pickProcess}" ,
12
+ "MIMode" : " gdb" ,
13
+ "setupCommands" : [
14
+ {
15
+ "description" : " Enable pretty-printing for gdb" ,
16
+ "text" : " -enable-pretty-printing" ,
17
+ "ignoreFailures" : true
18
+ },
19
+ {
20
+ "description" : " Set Disassembly Flavor to Intel" ,
21
+ "text" : " -gdb-set disassembly-flavor intel" ,
22
+ "ignoreFailures" : true
23
+ }
24
+ ]
13
25
},
14
26
{
15
27
"type" : " gdb" ,
You can’t perform that action at this time.
0 commit comments