NetCoreDbg is a managed code debugger for CoreCLR.
NetCoreDbg is a managed code debugger with GDB/MI, VSCode DAP and CLI
interfaces for CoreCLR.
The NetCoreDbg debugger implements GDB/MI and VSCode Debug Adapter Protocol
in a unified framework, allowing the debugging of .NET apps under the .NET Core
runtime as well as facilitating debugging from the command line (such as in GDB).