Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 671 Bytes

File metadata and controls

16 lines (11 loc) · 671 Bytes

Cortex GDB

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.