this post was submitted on 26 Mar 2025
14 points (100.0% liked)

Neovim

2414 readers
1 users here now

founded 2 years ago
MODERATORS
 

nvim-dap 0.10.0 released

https://github.com/mfussenegger/nvim-dap/releases/tag/0.10.0

This is a smaller one. Mainly to drop support for nvim-0.9.5 on master.

I was hoping I'd get to wrap up the new breakpoint API and data and method breakpoint support, but that will have to wait for 0.11.0 or later.

@neovim
#neovim

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 2 weeks ago

DAP stands for Debugger Adapter Protocol or something close to that. My impression is it's pretty much the debugger variant of the Language Server Protocol (LSP).