Does anyone know of tools that can disassemble IL back into C# code and use information stored in a mdb file to annotate the line numbers of the dissassembled IL?
I am trying to investigate stack traces that have line numbers included without having the exact source code that was used to compile. But I got an mdb file.
At the moment, I am using dotPeek and ILSpy to do the disassembling for me, but I don't seem to find any option to specify an mdb.
There is a non-editable section "Pdb" under the properties of DLL in dotPeek 1.4, but I couldn't find a mdb2pdb converter either. (only pdb2mdb included in Mono).