IVsLanguageDebugInfo Members
Include Protected Members
Include Inherited Members
Implement to support debugging for your language service.
The IVsLanguageDebugInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetLanguageID | Returns the corresponding debugger back-end "language ID". |
![]() |
GetLocationOfName | Deprecated. Do not use. |
![]() |
GetNameOfLocation | Generates a name for the given location in the file. |
![]() |
GetProximityExpressions | Generates proximity expressions. |
![]() |
IsMappedLocation | Returns whether the location contains code that is mapped to another document, for example, client-side script code. |
![]() |
ResolveName | Disambiguates the given name, providing non-ambiguous names for all entities that "match" the name. |
![]() |
ValidateBreakpointLocation | Validates the given position as a place to set a breakpoint. |
Top