mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-08 11:56:36 +00:00
[electron] Added debugger to Electron build
This commit is contained in:
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;
|
||||
|
@ -6,6 +6,7 @@
|
||||
"dependencies": {
|
||||
"@theia/core": "next",
|
||||
"@theia/cpp": "next",
|
||||
"@theia/debug": "next",
|
||||
"@theia/editor": "next",
|
||||
"@theia/electron": "next",
|
||||
"@theia/file-search": "next",
|
||||
@ -19,7 +20,8 @@
|
||||
"@theia/terminal": "next",
|
||||
"@theia/workspace": "next",
|
||||
"@theia/textmate-grammars": "next",
|
||||
"arduino-ide-extension": "0.0.4"
|
||||
"arduino-ide-extension": "0.0.2",
|
||||
"arduino-debugger-extension": "0.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "next"
|
||||
|
Loading…
x
Reference in New Issue
Block a user