Marus / cortex-debug

Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
MIT License
987 stars 238 forks source link

Enhanced GDB server support with DAP.js #52

Closed beriberikix closed 6 years ago

beriberikix commented 6 years ago

https://github.com/ARMmbed/dapjs

Have you evaluated DAP.js from Arm as an alternative to the current pyOCD/texane versions? Could be a more complete, more supported implementation in the long run.

Great project btw!

Marus commented 6 years ago

At the moment this wouldn't be feasible, the dapjs project depends on WebUSB support, and that is not currently available in the node/electron versions that power Visual Studio code. At some point those may become available and I will re-evaluate this.

carlosperate commented 3 years ago

DAPJs also works via node-hid now :)