Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Describes the location of a breakpoint that is bound directly to an address in the program being debugged.
Syntax
typedef struct _BP_LOCATION_CODE_CONTEXT {
IDebugCodeContext2* pCodeContext;
} BP_LOCATION_CODE_CONTEXT;
Members
pCodeContext
The IDebugCodeContext2 object that identifies the position of the breakpoint in the code.
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