-
# dev env
* Delve Debugger Version: 1.23.1
* go version go1.22.7 linux/amd64
* client os: macos
* remote os: debian10
The code is in remote os, and the path is to home is a symlink. I have se…
-
When I try to connect via openocd to a STM32F407IGH6, openocd reported `Error: Error connecting DP: cannot read IDR`
Here is the log from openocd
```
(base) ttwards@MiWiFi-RC06-srv [~/esp/wireless…
-
A while ago I played around adding some kind of interpreter extension point to nvim-dap to allow evaluating expressions without having a proper debug session. (https://github.com/mfussenegger/nvim-dap…
-
Hi!
I have been able to run the debugger from https://github.com/forcedotcom/salesforcedx-vscode as a server and connect to it using the nvim-dap. My implementation still has some work to do, but I…
-
### Debug adapter definition and debug configuration
```
local dap = require("dap")
require("dapui").setup()
dap.adapters["pwa-node"] = {
type = "server",
host = "localhost",
port = "${port}…
-
### Description
Pydap can parse the metadata of remote files either DAP4 (`dmr`) or DAP2 (`dds`). However, I run into trouble when trying to download data on the fly when the data is hosted on …
-
OS: Windows 11 23H2
VSCode version: 1.95.0
CodeLLDB version: 1.11.0
Compiler: rust 1.81.0-x86_64-pc-windows-msvc toolchain
Debuggee: PDB
There are not "pretty printing" of rust containers (in …
-
The [Native Debug](https://github.com/WebFreak001/code-debug) adapter has been around for quite a while and is an alternative to the Micrsoft `cpptools` debug adapter, supporting both GDB and LLDB.
…
-
**Is your feature request related to a problem? Please describe.**
The LLDB debugger is very unreliable/crashy (at least on Windows). In order to help with investigations, it would be useful to captu…
-
macOS Sonoma 14.6.1 (M1)
Command Line Tools 15.3
Homebrew
This repo sdk-2.0.0
libjaylink 0.3.1
gcc 14.1.0 (aarch64)
jlink-edu v9.3
pico 2
`./configure --prefix=$HOME/local --enable-jlink --e…