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