Hey, On 6/23/07, Closer <[EMAIL PROTECTED]> wrote: > How can I use SequencePoint property? Now it always returns null.
This as not been documented, because it's not completely done. However, if you want to give it a try, you'll need to checkout the /cecil module of Mono's SVN. You'll have to compile Cecil in lib/ and the mdb or pdb support (this one works only when running on .net). When it's done, just ensure that the mdb or pdb support assembly is along with your cecil assembly, and call ModuleDefinition.LoadSymbols on your module before reading any method, and the sequencepoint should be populated. -- Jb --~--~---------~--~----~------------~-------~--~----~ -- mono-cecil -~----------~----~----~----~------~----~------~--~---
