DumbPrograms.DbgEng 1.4.2025.1118

dotnet add package DumbPrograms.DbgEng --version 1.4.2025.1118
                    
NuGet\Install-Package DumbPrograms.DbgEng -Version 1.4.2025.1118
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="DumbPrograms.DbgEng" Version="1.4.2025.1118" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DumbPrograms.DbgEng" Version="1.4.2025.1118" />
                    
Directory.Packages.props
<PackageReference Include="DumbPrograms.DbgEng" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add DumbPrograms.DbgEng --version 1.4.2025.1118
                    
#r "nuget: DumbPrograms.DbgEng, 1.4.2025.1118"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package DumbPrograms.DbgEng@1.4.2025.1118
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=DumbPrograms.DbgEng&version=1.4.2025.1118
                    
Install as a Cake Addin
#tool nuget:?package=DumbPrograms.DbgEng&version=1.4.2025.1118
                    
Install as a Cake Tool

Interop.DbgEng.dll

A .Net interop library to use the Microsoft Debugger Engine.

This library is created by translating the dbgeng.h to C# code that utilizes Source Generated COM interop.

Get started

  1. Add a package reference to DumbPrograms.DbgEng in your project.
  2. Get an IDebugClient from the static Interop.DbgEng.IDebugClient.Create() method.
  3. Voila!

Example

See https://github.com/DumbPrograms/PrintDmpStack

Build

  1. Clone this repository.
  2. Run PullDocs.bat to get the docs from Microsoft.
  3. Open the DbgEngIdl.slnx file in Visual Studio.
Product Compatible and additional computed target framework versions.
.NET net9.0-windows7.0 is compatible.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.4.2025.1118 274 12/16/2025
1.3.2025.929 591 12/1/2025