Query: pdb2mdb
OS: posix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
pdb2mdb(1) General Commands Manual pdb2mdb(1)NAMEpdb2mdb - Program Database to Mono Debugging Symbol converter.SYNOPSISpdb2mdb pdb_fileDESCRIPTIONThis tool is used to convert debugging symbols generated by Microsoft's compilers into debugging symbols that can be consumed by Mono's runtime. Program Database files are files that end with the extension .pdb and are associated with a library or executable (a .dll or .exe file). This format was until recently not documented so Mono used its own file format for storing debugging information, the Mono debugging for- mat. Just like PDB files Mono Debugging information is stored in files that reside side-by-side with a program executable or a library. You can use the pdb2mdb tool to transform these PDB files into MDB files that Mono can then consume to debug programs or provide line-num- ber information for stack traces or exceptions.LICENSEThe pdb2mdb tool is released under the terms of the Microsoft Public License (MS-PL). JB Evain wrote the tool. The PDB reading support came from Microsoft Common Compiler Infrastructure.SEE ALSOmono(1), mdb(1)WEB SITEhttp://www.mono-project.com 23 April 2009 pdb2mdb(1)
Related Man Pages |
---|
chktrust(1) - suse |
pdb2mdb(1) - suse |
pdb2mdb(1) - sunos |
pdb2mdb(1) - xfree86 |
pdb2mdb(1) - osx |
Similar Topics in the Unix Linux Community |
---|
MS DOS Basic to .EXE compilers? |
Lindows vs. Microsoft |
Debugging a c/c++ program |
C Program Decompiler |
Any way to force memory usage with an application under Mono? |