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 exefile stacktracesfile [directories...]
14 mono-symbolicate is a tool that converts a stack trace with <filename unknown>:0
15 into one with file names and line numbers.
17 The output of calling this tool will be the provided
19 where <filename unknown>:0 parts are replaced by
20 a file name and a line number.
22 For the tool to work it needs to load referenced assemblies, it will first look
25 then from one of the provided
28 The tool assumes that the folder with a referenced assembly called for example
29 name.dll will also include name.dll.mdb,
30 if the referenced assembly is AOT compiled then the tool is also expecting to find
33 Written by Marcos Henrich
35 Copyright (C) 2015 Xamarin.
37 Visit http://lists.ximian.com/mailman/listinfo/mono-devel-list for details.
39 Visit http://www.mono-project.com for details