BP_RESOLUTION_CODE
如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件。
描述程式碼中斷點的位置。
語法
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所傳回的結構GetResolutionInfo方法。
需求
標頭︰ msdbg.h
命名空間︰ Microsoft.VisualStudio.Debugger.Interop
組件︰ Microsoft.VisualStudio.Debugger.Interop.dll
另請參閱
結構和等位
BP_RESOLUTION_LOCATION
BP_RESOLUTION_INFO
GetResolutionInfo
IDebugCodeContext2