cortex-debug icon indicating copy to clipboard operation
cortex-debug copied to clipboard

Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers

Results 79 cortex-debug issues
Sort by recently updated
recently updated
newest added

Hello all, I recently purchased a Nucleo H503 development kit from STMicro. I was able to create a project using CubeMX which is just a simple blinky using LD2 on...

Hello, I am using the cortex-debug and peripheral-viewer to debug a STM32F3 Discovery board. I can confirm that cortex-debug is working, however it seems there is a problem reading the...

Bumps [serialize-javascript](https://github.com/yahoo/serialize-javascript) to 6.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `serialize-javascript` from 6.0.0 to 6.0.2 Release notes Sourced from serialize-javascript's releases. v6.0.2 fix:...

dependencies

**Describe the bug** When adding a debug breakpoint in VsCode and setting a Log Message it says: `Expressions within {} are interpolated`. But doing so will result either in: Log...

VS Code (now) supports editing variables from the watch panel: https://github.com/microsoft/vscode/issues/130170 From my understanding it should be fairly easy to implement: https://github.com/microsoft/vscode-mock-debug/commit/62f636d39fd17a68c5d90ee09d0c164ac66376bc There is a closed issue for this topic,...

**Is your feature request related to a problem? Please describe.** I'm working with the STM32CubeCLT tools from ST Micro. STM32CubeCLT is a toolset for third-party integrated development environment (IDE) providers,...

hi ! below is the proof that enabling rtt with just rttconfig.enable just does not work (on my config) setup: - VSCODE on archlinux, with cortex debug extension V1.12.1 -...

I need to support different chip with clock speed. The setup is: - in the CMakePresets.json, each preset define a cacheVariables with the desired clock speed - cmake will save...

**Describe the bug** I've stumbled upon weird bug while debugging my STM32 project. Whenever I want to view struct elements in an array (or struct in a struct - it...