anyone using neovim with lazyvim setup for dotnet c# debugging?
I installed neovim with lazyvim. added DAP for debugging from lazyvim. tried this
<leader> + debug + continue
. i"m new to neovim and kind of stuck here. can anyone help me with this?2 Replies
It's a pain to get the debugger running from the right location (working directory set to the debug bin dir).
I also had issues with neotest. Honestly would just stick to studio
If you really want to dig through it, suggest visiting the vim channel on primeagen discord
I think I'll stick to VS code and VS for .net debugging, and use Neovim as an editor. btw thanks for your response.