File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
integration/vscode/ada/test/suite/general Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ suite('Debug Configurations', function () {
4141 "ignoreFailures": true
4242 }
4343 ],
44- "miDebuggerPath": "${ getOrFindGdb ( ) ?? '<undefined>' } "
44+ "miDebuggerPath": "${ getOrFindGdb ( ) ?. replace ( / \\ / g , '\\\\' ) ?? '<undefined>' } "
4545 },
4646 {
4747 "name": "Ada: Attach debugger to running process - src/main1.adb",
@@ -50,7 +50,7 @@ suite('Debug Configurations', function () {
5050 "program": "\${workspaceFolder}/obj/main1exec${ exe } ",
5151 "processId": "\${command:pickProcess}",
5252 "MIMode": "gdb",
53- "miDebuggerPath": "${ getOrFindGdb ( ) ?? '<undefined>' } "
53+ "miDebuggerPath": "${ getOrFindGdb ( ) ?. replace ( / \\ / g , '\\\\' ) ?? '<undefined>' } "
5454 },
5555 {
5656 "type": "cppdbg",
You can’t perform that action at this time.
0 commit comments