-
### 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 is…
-
https://github.com/mfussenegger/nvim-dap
https://github.com/rcarriga/nvim-dap-ui
-
### Description
Functionality remains, its just abit annoying to have these popup mesages:
```log
Error executing vim.schedule lua callback: ...ocal/nvim-data/lazy/diffview.nvim/lua/diffview/as…
-
Hello.
Thanks for this amazing plugin! Works great for me.
However, one missing feature is being able to debug tests. I use neovim and it would be nice to be able to debug tests with [nvim-dap](…
-
I'm currently trying to connect nvim-dap with lldb-vscode on windows. However, every time I execute a debug session it crashes with the following code. The compiler I use is clang++.
The crash bac…
-
### 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…
-
Hi,
I've started using [nvim-jdtls](https://github.com/mfussenegger/nvim-jdtls) instead of the built-in jdtls support from Neovim and went down the whole rabbit hole down to [nvim-dap](https://gith…
-
## Version:
```
NVIM v0.9.1
Build type: Release
LuaJIT 2.1.0-beta3
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/usr/share/nvim"
Run :checkhealth for more info
```
…
-
I have `dap-ui` layout setup like this:
```lua
require('dapui').setup({
layouts = {
{
elements = {
{
id = 'scopes',
size = 0.25,
…
-
Using conda, I install all the requirements in one conda env and I can use this env to run python related job such as lint and format. But I can not run the debugger and I get an error like this:
###…