Replies: 4 comments 2 replies
-
|
DId you ever figure this out? Im having the exact same issue |
Beta Was this translation helpful? Give feedback.
-
|
try this if you are on windows setting shellslash to false ensures that neovim uses the platform specific path separator i.e. backslash on windows -> which netcoredbg expects when working with paths some related issues |
Beta Was this translation helpful? Give feedback.
-
|
does not work in my case, wow |
Beta Was this translation helpful? Give feedback.
-
|
and there are still no updates/fixes for this problem, looks like it's impossible to debug dotnet projects via neovim currently, so sad |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to setup a basic debugging experience for C# by using
nvim-dapandnetcoredbg.I installed
netcoredbgvia Mason, and added it to my dap config like this:The functions
dotnet_build_projectanddotnet_get_dll_pathare taken from the cookbook.When I toggle a breakpoint and then start debugging via
continue(), I see breakpoint letters changing to R from B.I checked the logs from dap and saw that my breakpoints are not verified:
Probably I'm missing something really simple in my configuration but I couldn't find out. Any help would be really appreciated.
Beta Was this translation helpful? Give feedback.
All reactions