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
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="Mono.pdb2mdb" Version="0.1.0.20130128" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mono.pdb2mdb --version 0.1.0.20130128
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Mono.pdb2mdb, 0.1.0.20130128"
#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.
// 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 NuGet Team does not provide support for this client. Please contact its maintainers for support.
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
There are no supported framework assets in this package.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0.20130128 | 1,123 | 1/28/2013 |