BP_LOCATION_CODE_FUNC_OFFSET
描述代码中函数中断点的偏移位置。
语法
typedef struct _BP_LOCATION_CODE_FUNC_OFFSET {
BSTR bstrContext;
IDebugFunctionPosition2* pFuncPos;
} BP_LOCATION_CODE_FUNC_OFFSET;
成员
bstrContext
断点的上下文,通常是调用堆栈上所示的方法或函数名称。
pFuncPos
描述函数的名称和函数开头的相对位置的 IDebugFunctionPosition2 对象。
备注
此结构是BP_LOCATION结构的成员,作为联合的一部分。
该 pFuncPos
成员指示设置函数断点的位置。
要求
标头:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll