[debugger] Added --interpreter mi2 flag

This commit is contained in:
Miro Spönemann 2020-03-26 09:56:44 +01:00 committed by Akos Kitta
parent 68f95ae5b4
commit e7a134a181

View File

@ -27,6 +27,7 @@ export class ArduinoGDBBackend extends GDBBackend {
'debug',
'-p', requestArgs.uploadPort || 'none',
'-b', requestArgs.fqbn,
'--interpreter', 'mi2',
sketchDir
];
const proc = spawn(command, args);