Mono.pdb2mdb
0.1.0.20130128
dotnet add package Mono.pdb2mdb --version 0.1.0.20130128
NuGet\Install-Package Mono.pdb2mdb -Version 0.1.0.20130128
<PackageReference Include="Mono.pdb2mdb" Version="0.1.0.20130128" />
paket add Mono.pdb2mdb --version 0.1.0.20130128
#r "nuget: Mono.pdb2mdb, 0.1.0.20130128"
// Install Mono.pdb2mdb as a Cake Addin #addin nuget:?package=Mono.pdb2mdb&version=0.1.0.20130128 // Install Mono.pdb2mdb as a Cake Tool #tool nuget:?package=Mono.pdb2mdb&version=0.1.0.20130128
The CSC compiler can produce a pdb file with debug symbols.
However, the Mono gmcs compiler produces a separate mdb file containing
such sybmols for use on Mono. Use this utility to create an mdb file
from an original assembly and pdb file.
This allows Mono to generate stack traces with source files and line
numbers that may be useful in post-mortem debugging.
https://www.mono-project.com/Guide:Debugger
https://github.com/mono/mono/tree/master/mcs/tools/pdb2mdb
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
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 |
---|---|---|
0.1.0.20130128 | 11,930 | 1/28/2013 |