-
Hello I am trying to get Julia Debugger working with dape.
There has already been done with neovim so I assume it would be possible in emacs with dape
https://github.com/kdheepak/nvim-dap-julia/…
-
**NeoVim Version**
```
NVIM v0.10.1
Build type: RelWithDebInfo
LuaJIT 2.1.1725453128
Run "nvim -V1 -v" for more info
```
**Describe the bug**
`require("neotest").watch.toggle(vim.fn.expa…
-
Very much appreciate you targeting this use case (💯)
When I try to run busted tests, I get syntax errors seemingly from the busted executable. Just the sample busted test from the plenary docs, pas…
-
Improve java support. Right now it is just registering an LSP.
Need to configure LSP, and add formatting, linting, testing and DAP.
Will likely use [`nvim-jdtls`](https://github.com/mfussenegger…
-
{
"mfussenegger/nvim-dap",
config = function(_, opts)
-
### Did you check the docs?
- [X] I have read all the docs
### Is your feature request related to a problem? Please describe.
`vscode-java-debug` accepts all the same parameters as vscode’s `launch…
bnwa updated
4 months ago
-
I would like to request the addition of support for nvim-dap-ui. Currently, the debugging experience in Neovim is enhanced by using the nvim-dap plugin, which provides a powerful debugging interface. …
-
I am using one-small-step-for-vimkind in a LazyVim setup, altogether with nvim-dap and nvim-dap-ui.
Almost everything works fine (breakpoints, step-into, widgets, ...). However, the output to stdou…
-
When I debug a code without importing none of it works normally.
![image](https://github.com/mxsdev/nvim-dap-vscode-js/assets/118772077/51308858-a352-4a60-a3d1-113d4e406336)
But when there is an i…
-
I am trying to debug a TUI program with nvim and nvim-dap-ui, but while the program opens, the TUI of the debugee cannot be used and therefore I cannot get to points of the program I want to debug.
I…