one-small-step-for-vimkind
one-small-step-for-vimkind copied to clipboard
Can't toggle breakpoints after attached
If I do the following:
- Start
nvim my_file.lua :lua require 'osv'.launch()- Launch another
nvim my_file.lua - Set a breakpoint in the second client
:lua require 'dap'.continue()→ enter the host/port:luafile %in the first client
...then execution stops at the breakpoint that I set, as it should. However, if I add or remove breakpoints in the second nvim client, it seems to have no effect. If I change the breakpoints and :luafile % in the first client, then execution stops at exactly the same set of breakpoints that were on when require'dap'.continue was called.
Is this expected?
Could try https://github.com/hiberabyss/nvim-dbg, should solved the problem.
This looks like a fork of OSV. Is that right? Why not submit your bugfixes to the main project?
Did not want to write .t files, and the project seems unmaintained.