1mono-symbolicate(1) General Commands Manual mono-symbolicate(1)
2
3
4
6 mono-symbolicate - Mono Symbolicate Tool
7
9 mono-symbolicate <msym dir> <input file>
10
11 mono-symbolicate store-symbols <msym dir> [<dir>]+
12
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
32 Written by Marcos Henrich
33
35 Copyright (C) 2015 Xamarin.
36
38 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for
39 details.
40
42 Visit http://www.mono-project.com for details
43
44
45
46 mono-symbolicate(1)