@@ -19,7 +19,6 @@ suite('Dbg Cfgs', function () {
1919 type : 'cppdbg' ,
2020 name : 'Ada: Debug main - src/main1.adb' ,
2121 request : 'launch' ,
22- targetArchitecture : 'x64' ,
2322 cwd : '${workspaceFolder}' ,
2423 program : '${workspaceFolder}/obj/main1exec' + exe ,
2524 stopAtEntry : false ,
@@ -33,6 +32,11 @@ suite('Dbg Cfgs', function () {
3332 text : '-enable-pretty-printing' ,
3433 ignoreFailures : true ,
3534 } ,
35+ {
36+ description : 'Disable questions on multiple matches' ,
37+ ignoreFailures : false ,
38+ text : 'set multiple-symbols cancel' ,
39+ } ,
3640 ] ,
3741 miDebuggerPath : getOrFindGdb ( ) ?? '<undefined>' ,
3842 } ,
@@ -49,14 +53,18 @@ suite('Dbg Cfgs', function () {
4953 text : '-enable-pretty-printing' ,
5054 ignoreFailures : true ,
5155 } ,
56+ {
57+ description : 'Disable questions on multiple matches' ,
58+ ignoreFailures : false ,
59+ text : 'set multiple-symbols cancel' ,
60+ } ,
5261 ] ,
5362 miDebuggerPath : getOrFindGdb ( ) ?? '<undefined>' ,
5463 } ,
5564 {
5665 type : 'cppdbg' ,
5766 name : 'Ada: Debug main - src/test.adb' ,
5867 request : 'launch' ,
59- targetArchitecture : 'x64' ,
6068 cwd : '${workspaceFolder}' ,
6169 program : '${workspaceFolder}/obj/test' + exe ,
6270 stopAtEntry : false ,
@@ -70,6 +78,11 @@ suite('Dbg Cfgs', function () {
7078 text : '-enable-pretty-printing' ,
7179 ignoreFailures : true ,
7280 } ,
81+ {
82+ description : 'Disable questions on multiple matches' ,
83+ ignoreFailures : false ,
84+ text : 'set multiple-symbols cancel' ,
85+ } ,
7386 ] ,
7487 miDebuggerPath : getOrFindGdb ( ) ?? '<undefined>' ,
7588 } ,
@@ -86,6 +99,11 @@ suite('Dbg Cfgs', function () {
8699 text : '-enable-pretty-printing' ,
87100 ignoreFailures : true ,
88101 } ,
102+ {
103+ description : 'Disable questions on multiple matches' ,
104+ ignoreFailures : false ,
105+ text : 'set multiple-symbols cancel' ,
106+ } ,
89107 ] ,
90108 miDebuggerPath : getOrFindGdb ( ) ?? '<undefined>' ,
91109 } ,
0 commit comments