IVsLanguageDebugInfoRemap Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a language service to remap a pending breakpoint from one location to another.
public interface class IVsLanguageDebugInfoRemap
public interface class IVsLanguageDebugInfoRemap
__interface IVsLanguageDebugInfoRemap
[System.Runtime.InteropServices.Guid("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsLanguageDebugInfoRemap
[<System.Runtime.InteropServices.Guid("7E3FAAE7-F89E-448B-A5EB-C7D73E0685F5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsLanguageDebugInfoRemap = interface
Public Interface IVsLanguageDebugInfoRemap
- Attributes
Methods
RemapBreakpoint(Object, Object) |
Remaps a breakpoint. |