Hi, On Wed, Feb 16, 2011 at 11:38 PM, Greg Young <[email protected]> wrote: > Is there an example of using symbols (let's say just to generate a > cache of fully qualified names -> file/line number)?
Yeah: https://github.com/jbevain/cecil/wiki/Debug-symbols Then you just have to iterate over the instructions' sequence points. Jb -- -- mono-cecil
