BP_LOCATION_CODE_FUNC_OFFSET
如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件。
描述中斷點在程式碼中的函式中的位移的位置。
語法
typedef struct _BP_LOCATION_CODE_FUNC_OFFSET {
BSTR bstrContext;
IDebugFunctionPosition2* pFuncPos;
} BP_LOCATION_CODE_FUNC_OFFSET;
Members
bstrContext
中斷點的內容,通常為呼叫堆疊上所見的方法或函式名稱。
pFuncPos
IDebugFunctionPosition2物件,描述函式和函式開頭的相對位置的名稱。
備註
此結構是屬於BP_LOCATION結構的聯集的一部分。
pFuncPos
成員表示要設定中斷點之函式。
需求
標頭︰ msdbg.h
命名空間︰ Microsoft.VisualStudio.Debugger.Interop
組件︰ Microsoft.VisualStudio.Debugger.Interop.dll