What does HackerNews think of vimspector?
vimspector - A multi-language debugging system for Vim
Language:
Vim Script
vimspector is a cool DSP for vim.
You could try vimspector. It's main target is vim and not neovim.
Vimspector: https://github.com/puremourning/vimspector
A vim user might be interested in using vimspector [1], which implements a debugger adapter protocol (DAP) client for (neo)?vim. It's actively developed.
Leveraging DAP lets you have a uniform interface for debugging in multiple languages. (DAP is a sister protocol to the Language Server Protocol which abstracts IDEs from debugger services)
While we're at it, there's a similar, albeit lower-key, effort for debuggers:
https://microsoft.github.io/debug-adapter-protocol/specifica...
One example of use outside of Microsoft products:
Wow, thanks!
And it turns out, Emacs and vim do implement their own frontends for this - [0], [1]. My wish just literally came true!