BP_LOCATION_RESOLUTION

Describes the resolution of a breakpoint at a specific location.

Syntax

typedef struct _BP_LOCATION_RESOLUTION {
    IDebugBreakpointResolution2* pResolution;
} BP_LOCATION_RESOLUTION;

Members

pResolution
The IDebugBreakpointResolution2 object that determines the type of the breakpoint and its resolution information.

Remarks

This structure is a member of the BP_LOCATION structure as part of a union.

Requirements

Header: msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also