IDataModelScriptDebugBreakpoint 接口 (dbgmodel.h)

脚本上断点的接口。

脚本提供程序实现此接口以公开脚本中特定断点的概念和控制。

继承

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 方法从其包含列表中删除断点。 此方法返回后,断点在语义上不再存在。

要求

要求
Header dbgmodel.h

另请参阅

调试器数据模型 C++ 概述