mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 03:46:33 +00:00
[debugger] Added --interpreter mi2
flag
This commit is contained in:
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user