IDebugBreakpointResolution2
Applies to: Visual Studio Visual Studio for Mac
Note
This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
This interface represents the information that describes a bound breakpoint.
Syntax
IDebugBreakpointResolution2 : IUnknown
Notes for Implementers
The debug engine (DE) implements this interface as part of its support for breakpoints. This interface provides a description of a bound breakpoint that the session debug manager uses when a user views a breakpoint's properties.
Notes for Callers
A call to GetBreakpointResolution returns this interface.
Methods in Vtable Order
The following table shows the methods of IDebugBreakpointResolution2
.
Method | Description |
---|---|
GetBreakpointType | Gets the type of the breakpoint represented by this resolution. |
GetResolutionInfo | Gets the breakpoint resolution information that describes this breakpoint. |
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll