Setting up netcoredbg for NeoVim
I've been trying to setup a debugger for C# on my NeoVim but what I've done so far has not show any effect.
I've already successfully setup debugging for C on this machine in the same exact way so I wonder why it is not working.
This is my system:
amd64
custom linux kernel
musl libc
What I've done so far:
The problem is that when I run dap it just runs and does not stop on the breakpoints (shown in the picture).
Dap logs: https://0x0.st/KAOT.txt

0 Replies