xenial (1) mono-symbolicate.1.gz

Provided by: mono-devel_4.2.1.102+dfsg2-7ubuntu4_all bug

NAME

       mono-symbolicate - Mono Symbolicate Tool

SYNOPSIS

       mono-symbolicate exefile stacktracesfile [directories...]

DESCRIPTION

       mono-symbolicate is a tool that converts a stack trace with <filename unknown>:0 into one with file names
       and line numbers.

       The output of calling this tool will be the provided stacktracesfile where <filename unknown>:0 parts are
       replaced by a file name and a line number.

       For  the  tool  to  work it needs to load referenced assemblies, it will first look in the same folder as
       exefile then from one of the provided directories.

       The tool assumes that the folder with a referenced assembly called for example name.dll will also include
       name.dll.mdb,  if  the  referenced  assembly  is  AOT  compiled  then  the tool is also expecting to find
       name.dll.msym.

AUTHOR

       Written by Marcos Henrich

       Copyright (C) 2015 Xamarin.

MAILING LISTS

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

WEB SITE

       Visit http://www.mono-project.com for details

                                                                                             mono-symbolicate(1)