Share via


BP_LOCATION_RESOLUTION

Describes the resolution of a breakpoint at a specific location.

typedef struct _BP_LOCATION_RESOLUTION { 
   IDebugBreakpointResolution2* pResolution;
} BP_LOCATION_RESOLUTION;

Members

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

Reference

Structures and Unions

BP_LOCATION

IDebugBreakpointResolution2