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

请参见

参考

结构和联合

BP_LOCATION

IDebugFunctionPosition2