Hacker News new | ask | show | jobs
by delta_p_delta_x 882 days ago
> the .net debugger infrastructure is not open source

This is vsdbg (which comes with Visual Studio 2022 and the Microsoft-provided binary of VS Code).

There are alternatives like OmniSharp[1], the debugger shipped with JetBrains Rider, and Samsung's netcoredbg[2].

[1]: https://github.com/OmniSharp

[2]: https://github.com/Samsung/netcoredbg

1 comments

Good to know!

I've been using Omnisharp for ages, but I could never get netcoredbg working.

Last time I tried te integration with emacs-dap it kept segfaulting for no obvious reason.

But I may give it another try now!