-
Hi,
I'm not sure if this is a Bug or a configuration issue:
I use a mode for debugging which for example remaps n to `dap.step_over()` and so on. The mode does not exit afterwards. This, however, m…
-
### Did you check docs and existing issues?
- [X] I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
- [X] I have searched the existing [issues](ht…
-
Hi,
When I use lldb-dap in VSCode, I had a crash like this, I attached the log:
```
PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
…
-
When debugging from vscode/cursor using lldb-dap. the debugger will crash when trying to resolve an std::optional. switching the std::optional out with an different implementation (like Optional26 by …
-
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 …
-
### Debug adapter definition and debug configuration
```
local dap = require("dap")
require("dapui").setup()
dap.adapters["pwa-node"] = {
type = "server",
host = "localhost",
port = "${port}…
-
I get an error from an autocmd in this plugin when using FzfLua files, can there be a check added at this line?
```lua
[Fzf-lua] fn_selected threw an error: vim/_editor.lua:0: nvim_exec2()..BufRea…
-
we could use https://github.com/golang/vscode-go/commit/a807c61f45d27f1c30fd0fa8691b4230ef211de7 as base
-
I'm currently using llvm@18.1.8 and lldb-dap@0.2.6.
I tried to debug rust programs, but i got the following error:
`warning: This version of LLDB has no plugin for the language "rust". Inspection of…
-
First of all, congratulations on an excellent plugin! I am using it in the context of TJ's excellent Kickstarter project.
For some reason, whenever I run Dap UI it looks like it overwrites my setup…