BP_LOCATION_CODE_ADDRESS
如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件。
描述在程式碼中的位址中斷點的位置。
語法
typedef struct _BP_LOCATION_CODE_ADDRESS {
BSTR bstrContext;
BSTR bstrModuleUrl;
BSTR bstrFunction;
BSTR bstrAddress;
} BP_LOCATION_CODE_ADDRESS;
Members
bstrContext
中斷點的內容,通常為呼叫堆疊上所見的方法或函式名稱。
bstrModuleUrl
包含中斷點之模組的 URL。
bstrFunction
包含中斷點的函式名稱。
bstrAddress
位址中斷點,由繫結到它的運算式評估工具剖析IDebugAddress物件。
備註
此結構是屬於BP_LOCATION結構的聯集的一部分。
需求
標頭︰ msdbg.h
命名空間︰ Microsoft.VisualStudio.Debugger.Interop
組件︰ Microsoft.VisualStudio.Debugger.Interop.dll