Share via


IDebugBreakpointResolution2

This interface represents the information that describes a bound breakpoint.

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 IDebugBoundBreakpoint2::GetBreakpointResolution returns this interface.

Methods in Vtable Order

The following table shows the methods of IDebugBreakpointResolution2.

Method

Description

IDebugBreakpointResolution2::GetBreakpointType

Gets the type of the breakpoint represented by this resolution.

IDebugBreakpointResolution2::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

Reference

IDebugBoundBreakpoint2::GetBreakpointResolution