IDebugBreakpointResolution2

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

See also