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

Public method

GetLanguageID

Returns the corresponding debugger back-end "language ID".

Public method

GetLocationOfName

Deprecated. Do not use.

Public method

GetNameOfLocation

Generates a name for the given location in the file.

Public method

GetProximityExpressions

Generates proximity expressions.

Public method

IsMappedLocation

Returns whether the location contains code that is mapped to another document, for example, client-side script code.

Public method

ResolveName

Disambiguates the given name, providing non-ambiguous names for all entities that "match" the name.

Public method

ValidateBreakpointLocation

Validates the given position as a place to set a breakpoint.

Top

See Also

Reference

IVsLanguageDebugInfo Interface

Microsoft.VisualStudio.TextManager.Interop Namespace