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

另请参阅