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" />
<PackageReference Include="DumbPrograms.DbgEng" />
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
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#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
#tool nuget:?package=DumbPrograms.DbgEng&version=1.4.2025.1118
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
- Add a package reference to DumbPrograms.DbgEng in your project.
- Get an
IDebugClientfrom the staticInterop.DbgEng.IDebugClient.Create()method. - Voila!
Example
See https://github.com/DumbPrograms/PrintDmpStack
Build
- Clone this repository.
- Run
PullDocs.batto get the docs from Microsoft. - Open the
DbgEngIdl.slnxfile in Visual Studio.
| Product | Versions 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.
-
net9.0-windows7.0
- Microsoft.Debugging.Platform.DbgEng (>= 20251118.1707.0)
- Microsoft.Debugging.Platform.SymSrv (>= 20251118.1707.0)
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 |