Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.72 KB

idebugbreakpointresolution2.md

File metadata and controls

47 lines (36 loc) · 1.72 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
This interface represents the information that describes a bound breakpoint.
IDebugBreakpointResolution2
11/04/2016
reference
IDebugBreakpointResolution2
IDebugBreakpointRequest2 interface
maiak
maiak
mijacobs
debug-diagnostics

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