BP_LOCATION_CODE_ADDRESS

描述断点位置在地址在代码。

typedef struct _BP_LOCATION_CODE_ADDRESS { 
   BSTR bstrContext;
   BSTR bstrModuleUrl;
   BSTR bstrFunction;
   BSTR bstrAddress;
} BP_LOCATION_CODE_ADDRESS;

成员

  • bstrContext
    断点的上下文,通常一个方法或函数名如下所示调用堆栈。

  • bstrModuleUrl
    包含断点模块的 URL。

  • bstrFunction
    包含断点的函数的名称。

  • bstrAddress
    断点的地址,由表达式计算器分析绑定到 IDebugAddress 对象。

备注

作为一个联合的一部分,此结构是 BP_LOCATION 结构的成员。

要求

标题:msdbg.h

命名空间:Microsoft.VisualStudio.Debugger.Interop

程序集:Microsoft.VisualStudio.Debugger.Interop.dll

请参见

参考

结构和联合

BP_LOCATION

IDebugAddress