-
### Problem Statement
would fix [this](https://github.com/mfussenegger/nvim-dap/issues/1114). particularly gdb cannot use the integrated terminal (or at least I cannot figure it out).
### Possible S…
a73s updated
4 months ago
-
I am trying to set up java debugging in Neovim using [nvim-dap](https://github.com/mfussenegger/nvim-dap) and [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls). The LSP and autocompletion works…
ghost updated
8 months ago
-
I've been using this plugin along with nvim-dap=ui and I'm having serious issues getting this working on a very simple example.
I've put the settings to configure dap as mentioned in the README in ft…
-
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…
-
Hey,
I was trying out LunarVim to use as an alternative for Intellij and following the [docs](https://www.lunarvim.org/docs/features/supported-languages/scala) for Scala I was getting this warning…
-
I really enjoy using DAP UI, and one of the things that I think is absolutely genius about this plugin is the way you manage layouts. So much so I think it warrants its own plugin. This would allow us…
-
With new 3.24 flutter version DAP shows error when starting an app. No breakpoints are set manually, but it tries to stop. Sometimes it stops at some random spot in framework code, sometimes it shows …
-
**Your Godot version:**
v4.2.1.stable.official
**Issue description:**
Simulating an `stdio` connection against the LSP server through a piped TCP connection might cause issues that seem server-si…
-
First of all. Thanks for the project.
Secondly: Receiving this error when I try to start the debugger:
The debugger works as well, but do not understand why it's trying to execute these commands.
…
-
### Debug adapter definition and debug configuration
This has been mentioned in #918, but ${command:pickprocess} and lazy.utils.pick_process behave differently. More concretely, the former returns a …