What does HackerNews think of netcoredbg?

NetCoreDbg is a managed code debugger with MI interface for CoreCLR.

Language: C#

You can download the official .NET debugger but its license only permits you to use it with VS and VSCode.

Luckily, there are various third-party debuggers available. E.g. from Samsung (MIT licensed) and Jetbrains (proprietary for their IDEs).

https://github.com/Samsung/netcoredbg

> There is open source debugger from Samsung (https://github.com/Samsung/netcoredbg/), but it does not see much use.

If you want to debug C# from Emacs, it’s the only choice AFAIK.