How to convert PDB file to XML file? I tried the source from below, but it's taking exe as an input. Is there any opensource converter available?
Asked
Active
Viewed 717 times
1 Answers
0
The ISymbolReader interface from Microsoft needs a metadata token, which can be retrieved from the assembly using Reflection. I don't know a way to read the PDB on its' own - for my purposes, I always have the pdb and the assembly handy, so it hasn't been an issue for me.

Wonko
- 331
- 1
- 5