BP_LOCATION_RESOLUTION
Note
This article applies to Visual Studio 2015. 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
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
Structures and Unions
BP_LOCATION
IDebugBreakpointResolution2