Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the location of a code breakpoint.
typedef struct _BP_RESOLUTION_CODE {
IDebugCodeContext2* pCodeContext;
} BP_RESOLUTION_CODE;
public struct BP_RESOLUTION_CODE {
public IDebugCodeContext2 pCodeContext;
};
Members
- pCodeContext
The IDebugCodeContext2 object that identifies the position of the breakpoint in the code.
Remarks
This structure is a member of the BP_RESOLUTION_LOCATION structure, which is in turn a member of the BP_RESOLUTION_INFO structure returned by the IDebugBreakpointResolution2::GetResolutionInfo method.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll