1pdb2mdb(1) General Commands Manual pdb2mdb(1)
2
3
4
6 pdb2mdb - Program Database to Mono Debugging Symbol converter.
7
9 pdb2mdb pdb_file
10
12 This tool is used to convert debugging symbols generated by Microsoft's
13 compilers into debugging symbols that can be consumed by Mono's run‐
14 time.
15
16 Program Database files are files that end with the extension .pdb and
17 are associated with a library or executable (a .dll or .exe file).
18 This format was until recently not documented so Mono used its own file
19 format for storing debugging information, the Mono debugging format.
20
21 Just like PDB files Mono Debugging information is stored in files that
22 reside side-by-side with a program executable or a library.
23
24 You can use the pdb2mdb tool to transform these PDB files into MDB
25 files that Mono can then consume to debug programs or provide line-num‐
26 ber information for stack traces or exceptions.
27
29 The pdb2mdb tool is released under the terms of the Microsoft Public
30 License (MS-PL). JB Evain wrote the tool. The PDB reading support
31 came from Microsoft Common Compiler Infrastructure.
32
34 mono(1), mdb(1)
35
37 http://www.mono-project.com
38
39
40
41 23 April 2009 pdb2mdb(1)