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.
Contains the data for the location of a breakpoint at a specific line in a code source file.
Syntax
typedef struct _BP_LOCATION_CODE_FILE_LINE {
BSTR bstrContext;
IDebugDocumentPosition2* pDocPos;
} BP_LOCATION_CODE_FILE_LINE;
Members
bstrContext
The context of the breakpoint, typically a method or function name as seen on a call stack.
pDocPos
The IDebugDocumentPosition2 object that represents the document position of the breakpoint.
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