cortex-debug
cortex-debug copied to clipboard
Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
I'm having trouble setting up the extension for multicore debugging of the STM32H755ZiQ. I don't think the extension has a bug, I'm more looking for hints on how to debug...
First off - thanks for your work on this extension. We use it at ADI for our [MSDK](https://github.com/analogdevicesinc/msdk), and it's been a much better experience than Microsoft's cpptools. **Describe the...
**Describe the bug** The disassembly window has very weird behavior. When scrolling up, an error occurs about not being able to load the region. When closing and reopening and moving...
Dear All, Please find issue report I'm experiencing with coretx-debug v1.12.1 using it with VSCode v1.88.1 under Ubuntu LTS v22.04 with NUCLEO-WL55JCx board when trying to run \sample\basic\blinky demo from...
**Is your feature request related to a problem? Please describe.** I find that the current mechanism for graphing has too much friction. If I understand correctly, there is configuration on...
Hi, I was trying to use cortex-debug with a custom version of qemu and I wanted to set a custom executable path for qemu, however I was having issues doing...
WSL2 is next on my list. I am trying to set up a Windows machine (my previous WSL2 seems like it got corrupted). I would like people to subscribe to...
We tend to share a whole bunch of Black magic probes across our team who use Mac. It's become a bit of a ritual to always need to change the...
this is useful when local machine is configured to use 50000- 52000 port range for other things
**Describe the bug** cortex-debug try to start RTT before RTT initialization, so OpenOCD unable to find RTT block. But there's no connect retry after that. Even with `rtt_start_retry > 0`...