mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-12 11:49:27 +00:00
[debugger] Added --interpreter mi2 flag
This commit is contained in:
committed by
Akos Kitta
parent
68f95ae5b4
commit
e7a134a181
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user