Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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