BP_LOCATION_CODE_FILE_LINE

包含数据。断点位置在给定行在源代码文件。

typedef struct _BP_LOCATION_CODE_FILE_LINE { 
   BSTR                     bstrContext;
   IDebugDocumentPosition2* pDocPos;
} BP_LOCATION_CODE_FILE_LINE;

成员

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

  • pDocPos
    表示断点的文档位置的 IDebugDocumentPosition2 对象。

备注

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

要求

标题:msdbg.h

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

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

请参见

参考

结构和联合

BP_LOCATION

IDebugDocumentPosition2