NicholasMata / nvim-dap-cs

An extension for nvim-dap providing configurations for launching .NET Core debugger (netcoredbg)
11 stars 3 forks source link

feat: Add compatibility with windows, cmd and pwsh #4

Open saul-marquez opened 2 months ago

saul-marquez commented 2 months ago

I use it daily on two different Win boxes with no issues.

I don't have access to a Linux box right now, so it hasn't been tested there. My main concerns are with lines 55 and 139, where I might have introduced bugs.

Hope it's useful

NicholasMata commented 2 months ago

Appreciate the PR I have access to both a MacOS and Linux machine and will test.

a-usr commented 1 week ago

Running this on Windows, this works with no issues, apart from the fact that I have to manually unset the shellslash option before I start the first debug session, since else netcoredbg wont recognize my breakpoints, regardless of wether the option is already unset. I might also test on my linux machine.