-
**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 (cortex-M3)
RPi debug probe -> openoc…
-
Emacs can use vscode compatible DAP-adapters - can you please investigate and document _how_ to use the superbol-vscode-debug (which may need adjustments or splitting into a sub-module/repo)?
Once …
-
I am getting the following error message when attempting to start the debugger through `db , dr`
**Result**:
1. `db` ✅ correctly marks the debugging line
2. ❌ `dr` gets the following:
>`Couldn't c…
-
OS: Debian GNU/Linux 12 (bookworm)
VSCode version: 1.85.1
CodeLLDB version: v1.10.0
Compiler: rustc 1.75.0 (82e1608df 2023-12-21)
Debuggee:
The log is from a docker container on windows, …
-
In DAP, clients insert a timestamp into reports, which could be the time at which the measurement was taken, or the time at which the upload was performed, or any arbitrary time, really. This timestam…
-
### Debug adapter definition and debug configuration
Running on Windows 11, with Windows terminal.
```
nvim-dap 4.4ms dap.utils mason-nvim-dap.nvim
dir C:/Users/pcorbineau/AppData…
-
I encountered a problem when using the Microchip PACK for the atsamd51 series MCU's.
The first issue appears to be that pyOCD cannot determine the RAM layout.
The second problem causes an except…
-
### Debugger Time Out - Failure to connect to DAP
I am very new to coding, trying to learn C, and have been using codelite without the debugger as I advance through an online course. The course is …
-
openocd, compiled as follows:
```
$git clone https://github.com/espressif/openocd-esp32.git
$cd openocd-esp32
$./bootstrap
$./configure --enable-cmsis-dap
## Manually remove `-Werror` in gener…
-
Hey folks 👋
I've created a dap adapter / config that I could run a rails debugging flow but I don't know the best idea to integrate with `nvim-dap-ruby`
basically I did this:
```
dap.adap…