⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

DNCDbg is a managed code debugger with DAP support for .NET apps under the .NET Core runtime.

License

Notifications You must be signed in to change notification settings

viewizard/dncdbg

Repository files navigation

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 based on NetCoreDbg version 3.1.3 source code, but in contrast to NetCoreDbg, development 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.

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

About

DNCDbg is a managed code debugger with DAP support for .NET apps under the .NET Core runtime.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published