Hi, On Mon, Jun 13, 2011 at 7:19 AM, Hendry Luk <[email protected]> wrote: > Can anyone point how to determine the source-code file path and line-number > of an IL Instruction using the pdb reader?
Read https://github.com/jbevain/cecil/wiki/Debug-symbols And then you can just have a look at the .SequencePoint property of Instructions. Jb -- -- mono-cecil
