Let's say I have the following expression:

var x = SomeMethod();

That line consists of at least two instructions: a call and a stloc
(more or less). The point is, a user can put a breakpoint on the whole
line and that works.

I have a similar case where I'm creating a number of instructions that
all relate to the same section in code. Do I just create one
SequencePoint object and assign that to each Instruction I create? Or
is there a different way? I couldn't figure out it via the groups or
docs and I'd rather know upfront before I dive too far into it :).

Thanks,
Jason Bock

-- 
--
mono-cecil

Reply via email to