IDebugErrorBreakpointResolution2

This interface represents the resolution of a breakpoint error.

Syntax

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 GetBreakpointResolution returns this interface to provide information about where the breakpoint failed to bind. The GetErrorBreakpoint method obtains the IDebugErrorBreakpoint2 interface.

Methods in Vtable Order

The following table shows the methods of IDebugErrorBreakpointResolution2.

Method Description
GetBreakpointType Gets the breakpoint type.
GetResolutionInfo Gets the breakpoint resolution information.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also