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

Hi, I want to debug my Firmware code for Cortex-R core. openocd and gdb both works fine in command prompt. Just want to use VScode GUI for debugging. I have...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.5 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test 5dc3b2f 1.1.8 8e6f28b lib: even better node 6 support 088c9e5 1.1.7 1a4ca35 lib:...

dependencies

**Describe the bug** I am using Visual Studio Code with a (linux) devcontainer on windows. We are able to bind our usb devices directly to WSL through usbipd-win. This works...

Hi, I was wondering if it's possible to set cortex debug in a way where it will show both hex value and "natural" value representation? I often want to see...

I first looked for https://github.com/Marus/cortex-debug/issues/959 to find a solution but in the end I compiled this project from source to find the root cause. After updating on the latest Debian...

My hardware has 4 hardware breakpoints, so I pass `set remote hardware-breakpoint-limit 4` to GDB during launch via my launch.json. However, if I set more than 4 breakpoints, GDB does...

### Please make you search through our existing [issues](https://github.com/Marus/cortex-debug/issues?q=type:issue) (both open and closed) Please visit the correct repo to file an issue. If this is an issue with * Peripherals/SVD...

**Describe the bug** I use VSCode on a Windows Machine. I have setup a Devcontainer within which I debug and develop. When I start the first Debugging session everything seems...

Hi, could you provide some small example of "advanced" decoder? Can such decoder send output only to plots or even to console?

This functionality is available via GUI in STM32Cube-IDE (Live Expressions) and MCUXpresso-IDE (Global Variables). _Originally posted by @dani9 in https://github.com/Marus/cortex-debug/issues/810#issuecomment-1767853616_