2 .\" mono-symbolicate manual page.
3 .\" Copyright 2015 Xamarin
5 .\" Marcos Henrich <marcos.henrich@xamarin.com>
7 .TH "mono-symbolicate" 1
9 mono-symbolicate \- Mono Symbolicate Tool
12 .B mono-symbolicate <msym dir> <input file>
14 .B mono-symbolicate store-symbols <msym dir> [<dir>]+
16 mono-symbolicate is a tool that converts a stack trace with <filename unknown>:0
17 into one with file names and line numbers.
19 When mono-symbolicate is called with a symbol directory and a file containing a stacktrace:
21 .B mono-symbolicate <msym dir> <input file>
23 The tool writes into stdout the file contents while adding file location to stack frames when
24 it is possible to symbolicate with the symbols available on the symbol directory.
26 Managed symbols .exe/.dll can be added to the symbol directory by doing:
28 .B mono-symbolicate store-symbols <msym dir> [<dir>]+
30 Written by Marcos Henrich
32 Copyright (C) 2015 Xamarin.
34 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
36 Visit http://www.mono-project.com for details