-
### Debug adapter definition and debug configuration
Debugpy (1.8.8) installed via Mason
```
local dap = require('dap')
dap.defaults.fallback.external_terminal = {
command = "tmux",
ar…
-
https://github.com/rcarriga/nvim-dap-ui
jryom updated
3 weeks ago
-
I've installed `debugpy` in my venv and `nvim-dap` for my neovim. But I cannot get the dap to stop at the breakpoint I set inside nvim.
Calling `breakpoint()` works just fine and I can debug or run…
-
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…
-
### 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…
-
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…
-
1. What version of Delve are you using (`dlv version`)?
- `1.23.1`
2. What version of Go are you using? (`go version`)?
- `go1.22.0`
3. What operating system and processor architecture are you usi…
-
This allows you to set breakpoints within neovim rather than using something like gdb.
-
nvim
```
NVIM v0.9.5
Build type: Release
LuaJIT 2.1.1703358377
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/opt/homebrew/Cellar/neovim/0.9.5/share/nvim"
Run :checkhealth…
-
### Did you check docs and existing issues?
- [X] I have read all the plugin docs
- [X] I have searched the existing issues
- [X] I have searched the existing issues of plugins related to this issue
…