1mono-symbolicate(1)         General Commands Manual        mono-symbolicate(1)
2
3
4

NAME

6       mono-symbolicate - Mono Symbolicate Tool
7

SYNOPSIS

9       mono-symbolicate <msym dir> <input file>
10
11       mono-symbolicate store-symbols <msym dir> [<dir>]+
12

DESCRIPTION

14       mono-symbolicate  is  a tool that converts a stack trace with <filename
15       unknown>:0 into one with file names and line numbers.
16
17       When mono-symbolicate is called with a symbol directory and a file con‐
18       taining a stacktrace:
19
20       mono-symbolicate <msym dir> <input file>
21
22       The  tool  writes into stdout the file contents while adding file loca‐
23       tion to stack frames when it is possible to symbolicate with  the  sym‐
24       bols available on the symbol directory.
25
26       Managed  symbols  .exe/.dll  can  be  added  to the symbol directory by
27       doing:
28
29       mono-symbolicate store-symbols <msym dir> [<dir>]+
30

AUTHOR

32       Written by Marcos Henrich
33
35       Copyright (C) 2015 Xamarin.
36

MAILING LISTS

38       Visit   http://lists.ximian.com/mailman/listinfo/mono-devel-list    for
39       details.
40

WEB SITE

42       Visit http://www.mono-project.com for details
43
44
45
46                                                           mono-symbolicate(1)
Impressum