GitHub - onethinx/cortex-gdb: Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers

Debugging support for ARM Cortex-M Microcontrollers.

Visual Studio Code with Cortex-GDB Installed

Forked from the Cortex-Debug repository of Marus Ball

Additional features:

  • Programming Info (TERMINAL output / prelaunch) forwarded to Debug Console
  • GDB Port configurable

Acknowledgments

Big thanks to the contributing developers at Marus Ball's repository.
Parts of this extension are based upon Jan Jurzitza's (WebFreak) code-debug extension (https://github.com/WebFreak001/code-debug).
His project provided an excellent base for GDB MI parsing and interaction.