|
|
|
|
|
by worksonmine
182 days ago
|
|
I have inline debugging with gdb in neovim. <leader>+b/B: add/remove breakpoint <leader>+n/N: step/over ... and so on. To start it just run :termdebug. If you change the debugger to rr you can even replay. It's a shame the language support is poor, but I'm sure they'll add DAP support eventually. |
|