logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mono-symbolicate - Mono Symbolicate Tool

Author

       Written by Marcos Henrich

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 containing a stacktrace:

       mono-symbolicate<msymdir><inputfile>

       The  tool  writes  into  stdout  the  file contents while adding file location to stack frames when it is
       possible to symbolicate with the symbols available on the symbol directory.

       Managed symbols .exe/.dll can be added to the symbol directory by doing:

       mono-symbolicatestore-symbols<msymdir>[<dir>]+

Mailing Lists

Name

       mono-symbolicate - Mono Symbolicate Tool

Synopsis

mono-symbolicate<msymdir><inputfile>mono-symbolicatestore-symbols<msymdir>[<dir>]+

Web Site

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

                                                                                             mono-symbolicate(1)

See Also