Skip to content

A GUI tool to convert .NET .pdb files to Mono .mdb files.

License

Notifications You must be signed in to change notification settings

shravan2x/Pdb2Mdb-GUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pdb2Mdb-GUI

A GUI tool to convert .NET .pdb files to Mono .mdb files.

Screenshot

FAQ

Why does the tool fail on some PDB files with an OutOfMemoryException?

This is some change in the way .NET Core PDB files work. Add these lines to your .csproj to fix:

<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  <DebugType>Full</DebugType>
</PropertyGroup>

About

A GUI tool to convert .NET .pdb files to Mono .mdb files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages