(dbgmodel.h) IDataModelScriptDebugBreakpoint 介面
腳本上斷點的介面。
腳本提供者會實作這個介面,以公開腳本內特定斷點的概念和控制。
繼承
IDataModelScriptDebugBreakpoint 繼承自 IUnknown。
方法
IDataModelScriptDebugBreakpoint 介面具有這些方法。
IDataModelScriptDebugBreakpoint::AddRef IDataModelScriptDebugBreakpoint::AddRef 方法會遞增 對象上介面的參考計數。 |
IDataModelScriptDebugBreakpoint::D isable Disable 方法會停用斷點。 在此呼叫之後,在呼叫這個方法之後叫用斷點將不會中斷至調試程式。 |
IDataModelScriptDebugBreakpoint::Enable Enable 方法會啟用斷點。 |
IDataModelScriptDebugBreakpoint::GetId GetId 方法會將腳本提供者的偵錯引擎指派的唯一標識碼傳回斷點。 |
IDataModelScriptDebugBreakpoint::GetPosition GetPosition 方法會傳回腳本中斷點的位置。 |
IDataModelScriptDebugBreakpoint::IsEnabled IsEnabled 方法會傳回是否啟用斷點。 |
IDataModelScriptDebugBreakpoint::QueryInterface IDataModelScriptDebugBreakpoint::QueryInterface 方法會擷取物件上所支援介面的指標。 |
IDataModelScriptDebugBreakpoint::Release IDataModelScriptDebugBreakpoint::Release 方法會遞減物件上介面的參考計數。 |
IDataModelScriptDebugBreakpoint::Remove Remove 方法會從其包含清單中移除斷點。 這個方法傳回之後,斷點不再以語意方式存在。 |
規格需求
需求 | 值 |
---|---|
標頭 | dbgmodel.h |