IDebugErrorBreakpointResolution2

This interface represents the resolution of a breakpoint error.

IDebugErrorBreakpointResolution2 : IUnknown

Notes for Implementers

A debug engine implements this interface as part of its support for breakpoints. This interface is used to report where a breakpoint failed to bind.

Notes for Callers

A call to IDebugErrorBreakpoint2::GetBreakpointResolution returns this interface to provide information about where the breakpoint failed to bind. The IDebugBreakpointErrorEvent2::GetErrorBreakpoint method obtains the IDebugErrorBreakpoint2 interface.

Methods in Vtable Order

The following table shows the methods of IDebugErrorBreakpointResolution2.

Method

Description

IDebugErrorBreakpointResolution2::GetBreakpointType

Gets the breakpoint type.

IDebugErrorBreakpointResolution2::GetResolutionInfo

Gets the breakpoint resolution information.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See Also

Reference

IDebugErrorBreakpoint2

IDebugErrorBreakpoint2::GetBreakpointResolution

IDebugBreakpointErrorEvent2::GetErrorBreakpoint