BP_RESOLUTION_CODE
描述程式碼中斷點的位置。
typedef struct _BP_RESOLUTION_CODE {
IDebugCodeContext2* pCodeContext;
} BP_RESOLUTION_CODE;
public struct BP_RESOLUTION_CODE {
public IDebugCodeContext2 pCodeContext;
};
Members
- pCodeContext
IDebugCodeContext2會識別程式碼中的中斷點位置的物件。
備註
這個結構屬於BP_RESOLUTION_LOCATION結構,且會在開啟的成員, BP_RESOLUTION_INFO所傳回的結構IDebugBreakpointResolution2::GetResolutionInfo方法。
需求
標頭: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
組件: Microsoft.VisualStudio.Debugger.Interop.dll