cortex-debug
cortex-debug copied to clipboard
Visual Studio Code extension for enhancing debug capabilities for Cortex-M Microcontrollers
This may be useful for both the WSL scenario and for `external` debugging where the source path on the client (vscode) is not the same as the debugger (gdbserver, possibly...
This error occurs when attempting to open the disassembly view. Unable to disassemble: Error: Could not find an instruction at the baseAddress. Something is not right. Please report this problem:...
**Describe the bug** When a breakpoint is hit in an editor window, and the user opens the disassembly view, the addresses, offsets and instructions there are all mixed up, meaning...
**Describe the bug** I have a dual chip setup where I would like to debug both chips simultaneously. My setup is: RPi debug probe -> openocd -> chip 1 Master...
**Describe the bug** `targetId` is marked as invaild by vscode when `request=attach`, but it work for `request=launch` **To Reproduce** Steps to reproduce the behavior: 1. Create an launch.json with targetId;...
**Describe the bug** We are running an external GDB server form a task. When opening the disassembly window, everything works just fine. We can single-step, step over, etc. Just like...
**Is your feature request related to a problem? Please describe.** I am using pyOCD to program and debug Zephyr on our chips. I would love to be able to use...
https://marketplace.visualstudio.com/items?itemName=mcu-debug.peripheral-viewer You don't have to do anything special if you were using Cortex-Debug launch.json for viewing Peripherals before. We also recommend using the latest pre-release (1.9.X) of Cortex-Debug or if...
Hello and thank you for this extension, I'm using `cortex-debug` with Emacs (via `dap-mode`), I want to automate the download process so I can update it from withing Emacs, however,...
Reading from some registers has a side effect. For example, reading from USART_DR resets the USART_SR.RXNE bit. It would be nice if it would be possible to selectively refresh only...