mono-symbolicate (1) - Linux Manuals

mono-symbolicate: Mono Symbolicate Tool

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

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