BP_LOCATION_CODE_ADDRESS
描述在程式碼中的地址中的中斷點位置。
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
Namespace: Microsoft.VisualStudio.Debugger.Interop
組件: Microsoft.VisualStudio.Debugger.Interop.dll