Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mdb2ppdb.1 « man - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e220bc54b634baf1e68b44b26722510a536b718 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.\" 
.\" mdb2ppdb manual page.
.\" Copyright 2017 Microsoft 
.\"
.TH Mono "mdb2ppdb"
.SH NAME
mdb2ppdb \- Convert Mono's debug file format (MDB) to Portable Program
Database (PPDB) file formatn
.SH SYNOPSIS
.PP
.B mdb2ppdb input.mdb output.ppdb
.SH DESCRIPTION
\fImdb2ppdb\fP is a tool that can be used to convert debug information
stored in the Mono debug file format (files with the extension .mdb)
which both Mono's compiler and tools that used Mono's
System.Reflection.Emit debug file format on Unix used into the new
debug format Portable Program Database (files with the
extension .ppdb).
.SH MAILING LISTS
Mailing lists are listed at the
http://www.mono-project.com/community/help/mailing-lists/
.SH WEB SITE
http://www.mono-project.com
.SH SEE ALSO
.PP
mcs(1), pdb2mdb(1)