[tests] Remove double inclusion of source file
[mono.git] / mcs / tools / mono-symbolicate / README
1 Mono Symbolicate Tool - README
2
3 Usage
4 -----------------------------
5
6 mono-symbolicate exefile stacktracesfile [directories...]
7
8 Description
9 -----------------------------
10
11 mono-symbolicate is a tool that converts a stack trace with `<filename unknown>:0`
12 into one with file names and line numbers.
13
14 The output of calling this tool will be the provided stacktracesfile where
15 `<filename unknown>:0` parts are replaced by a file name and a line number.
16
17 For the tool to work it needs to load referenced assemblies, it will first look
18 in the same folder as exefile then from one of the provided directories.
19
20 The tool assumes that the folder with a referenced assembly called for example
21 name.dll will also include name.dll.mdb, if the referenced assembly is AOT
22 compiled then the tool is also expecting to find name.dll.msym.