描述代码断点的位置。
typedef struct _BP_RESOLUTION_CODE {
IDebugCodeContext2* pCodeContext;
} BP_RESOLUTION_CODE;
public struct BP_RESOLUTION_CODE {
public IDebugCodeContext2 pCodeContext;
};
成员
- pCodeContext
标识断点位置在代码中 IDebugCodeContext2 对象。
备注
此结构是 BP_RESOLUTION_LOCATION 结构的成员,又是 IDebugBreakpointResolution2:: GetResolutionInfo 方法返回的 BP_RESOLUTION_INFO 结构的成员。
要求
标题:msdbg.h
命名空间:Microsoft.VisualStudio.Debugger.Interop
程序集:Microsoft.VisualStudio.Debugger.Interop.dll