IDebugErrorBreakpointResolution2

Applies to: yesVisual Studio noVisual 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 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