all groups > dotnet clr > october 2004 >
You're in the

dotnet clr

group:

ISymWrapper and missing GetSequencePoints()?


ISymWrapper and missing GetSequencePoints()? Sacha Faust
10/7/2004 6:08:18 PM
dotnet clr:
I'm able to get the sequence point on ISymbolMethod but the call doesn't
seem to be available for anything else like class or other members
definition.

I did look in Debug.Ref.doc but no luck.
Is there another way to get to that information either in managed or
unmanaged code?

Re: ISymWrapper and missing GetSequencePoints()? Sacha Faust
10/12/2004 3:47:33 PM
Yes that makes sense. I'm interested in knowning the location of a class,
interface and field either with ISymWrapper or some unmanaged code.

Tks for the help.

[quoted text, click to view]

RE: ISymWrapper and missing GetSequencePoints()? jkeljo NO[at]SPAM online.microsoft.com (
10/12/2004 4:37:12 PM
Sequence points are places in IL that the compiler considers "interesting"
places to be able to stop while debugging...typically the beginning of
every source line, or occasionally sub-line statements (like in C# where
you can step to each part of the "for" statement). They only apply to
methods; fields and classes don't have sequence points. That's why only
ISymbolMethod has a GetSequencePoints function.

Let me know if I'm misunderstanding your question.

Jonathan

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
| From: "Sacha Faust" <sacha@severus.org>
| Subject: ISymWrapper and missing GetSequencePoints()?
| Date: Thu, 7 Oct 2004 18:08:18 -0400
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <edSbRoLrEHA.2776@TK2MSFTNGP14.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.clr
| NNTP-Posting-Host: modemcable057.6-131-66.mc.videotron.ca 66.131.6.57
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14
.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.framework.clr:11959
| X-Tomcat-NG: microsoft.public.dotnet.framework.clr
|
| I'm able to get the sequence point on ISymbolMethod but the call doesn't
| seem to be available for anything else like class or other members
| definition.
|
| I did look in Debug.Ref.doc but no luck.
| Is there another way to get to that information either in managed or
| unmanaged code?
|
|
|
AddThis Social Bookmark Button