Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
mono-symbolicate(1)	    General Commands Manual	   mono-symbolicate(1)

NAME
       mono-symbolicate	- Mono Symbolicate Tool

SYNOPSIS
       mono-symbolicate	<msym dir> <input file>

       mono-symbolicate	store-symbols <msym dir> [<dir>]+

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

       When mono-symbolicate is	called with a symbol directory and a file con-
       taining a stacktrace:

       mono-symbolicate	<msym dir> <input file>

       The tool	writes into stdout the file contents while adding  file	 loca-
       tion  to	 stack frames when it is possible to symbolicate with the sym-
       bols available on the symbol directory.

       Managed symbols .exe/.dll can be	added to the symbol directory  by  do-
       ing:

       mono-symbolicate	store-symbols <msym dir> [<dir>]+

AUTHOR
       Written by Marcos Henrich

COPYRIGHT
       Copyright (C) 2015 Xamarin.

MAILING	LISTS
       Visit  http://lists.ximian.com/mailman/listinfo/mono-devel-list for de-
       tails.

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

							   mono-symbolicate(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mono-symbolicate&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>

home | help