描述代码断点或数据断点的绑定断点信息。
typedef struct _BP_RESOLUTION_INFO {
BPRESI_FIELDS dwFields;
BP_RESOLUTION_LOCATION bpResLocation;
IDebugProgram2* pProgram;
IDebugThread2* pThread;
} BP_RESOLUTION_INFO;
public struct BP_RESOLUTION_INFO {
public uint dwFields;
public BP_RESOLUTION_LOCATION bpResLocation;
public IDebugProgram2 pProgram;
public IDebugThread2 pThread;
};
成员
dwFields
指定标志的集合从 BPRESI_FIELDS 枚举的哪些字段。完成。bpResLocation
在代码或数据指定断点位置的 BP_RESOLUTION_LOCATION 结构。pProgram
表示应用程序断点错误的 IDebugProgram2 对象。pThread
表示线程应用程序包含断点错误的 IDebugThread2 对象运行。
备注
此机制。 IDebugBreakpointResolution2:: GetResolutionInfo返回。
要求
标题:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll