Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.41 KB

File metadata and controls

25 lines (15 loc) · 1.41 KB

Debugger for the .NET Core Runtime

DNCDbg is an acronym of .NET Core (dot net core) Debugger. The DNCDbg debugger implements Debug Adapter Protocol, allowing the debugging of .NET apps under the .NET Core runtime.

Initially DNCDbg was based on NetCoreDbg version 3.1.3 source code, but in contrast to NetCoreDbg, development is fully based on GitHub to be more collaborative and flexible.

Project goals: implement close to MSVS C# debugger functionality (excluding related to MSVS IDE and not DAP supported features), complete Debug Adapter Protocol support, low memory consumption and high performance.

Current Debug Adapter Protocol support status.

Development process

The project's development strategy is Trunk-Based Development, this means you can build current upstream code and be sure you have last version with all features and fixes included. You can find upcoming changes in CHANGELOG.md.

Building from Source Code

Usage