mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-08 01:48:32 +00:00
[electron] Added debugger to Electron build
This commit is contained in:
committed by
Miro Spönemann
parent
76f126b913
commit
68ff6acb6a
@@ -272,9 +272,10 @@ export class BoardsServiceImpl implements BoardsService {
|
||||
case "openocd":
|
||||
loc.scripts = path.join(loc.main, "share", "openocd", "scripts");
|
||||
loc.main = path.join(loc.main, "bin", "openocd");
|
||||
break
|
||||
break;
|
||||
case "arm-none-eabi-gcc":
|
||||
["gdb", "objdump"].forEach(s => loc[s] = path.join(loc.main, "bin", `arm-none-eabi-${s}`));
|
||||
break;
|
||||
}
|
||||
|
||||
return loc;
|
||||
|
||||
Reference in New Issue
Block a user