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
Returns the corresponding debugger back-end "language ID".
Deprecated. Do not use.
Generates a name for the given location in the file.
Generates proximity expressions.
Returns whether the location contains code that is mapped to another document, for example, client-side script code.
Disambiguates the given name, providing non-ambiguous names for all entities that "match" the name.
Validates the given position as a place to set a breakpoint.
Top