Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
Used for setting data breakpoints that are based on a string that the user can enter from the integrated development environment (IDE).
Syntax
typedef struct _BP_LOCATION_DATA_STRING {
IDebugThread2* pThread;
BSTR bstrContext;
BSTR bstrDataExpr;
DWORD dwNumElements;
} BP_LOCATION_DATA_STRING;
Members
pThread
The IDebugThread2 object that represents the thread on which the breakpoint occurs.
bstrContext
The context of the breakpoint within the code, typically a method or function name as seen on a call stack.
bstrDataExpr
The data string the user enters to set the breakpoint.
dwNumElements
The number of elements in the data string in which the breakpoint occurs.
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