Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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