←back to thread

.NET 10

(devblogs.microsoft.com)
484 points runesoerensen | 2 comments | | HN request time: 0.545s | source
Show context
ethin ◴[] No.45899130[source]
How is .NET debugging on the command line? I don't use IDEs that often and last time I tried making something serious with .NET I couldn't find any kind of reliable debugger that I could just spin up and get to grips with. And I wasn't exactly very keen on switching from VS build tools to full VS just to debug .NET apps.
replies(2): >>45899180 #>>45903455 #
1. Nelkins ◴[] No.45903455[source]
There's an open source one by Samsung that is excellent, never had any issues with it: https://github.com/Samsung/netcoredbg
replies(1): >>45904051 #
2. ethin ◴[] No.45904051[source]
I think I tried that (or a derivative of it, didn't know Samsung was the primary developer) that broke in some very very weird ways. Will try this version, thanks!