IDebugBreakpoint2 接口 (dbgeng.h)

遗产

IDebugBreakpoint2 接口继承自 IDebugBreakpointIDebugBreakpoint2 也有以下类型的成员:

方法

IDebugBreakpoint2 接口具有这些方法。

 
IDebugBreakpoint2::AddFlags

AddFlags 方法将标志添加到断点。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetAdder

GetAdder 方法返回拥有断点的客户端。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetCommand

了解 GetCommand 方法如何返回触发断点时执行的命令字符串。
IDebugBreakpoint2::GetCommandWide

GetCommand 方法返回触发断点时执行的命令字符串。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetCurrentPassCount

IDebugBreakpoint2::GetCurrentPassCount 方法返回目标在触发断点之前必须到达断点位置的数字。
IDebugBreakpoint2::GetDataParameters

GetDataParameters 方法返回处理器断点的参数。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetFlags

GetFlags 方法返回断点的标志。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetId

GetId 方法返回断点 ID,该 ID 是断点引擎的唯一标识符。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetMatchThreadId

GetMatchThreadId 方法返回可以触发断点的线程的引擎线程 ID。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetOffset

GetOffset 方法返回触发断点的位置。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetOffsetExpression

IDebugBreakpoint2::GetOffsetExpression 方法返回计算结果为触发断点的位置的表达式字符串。
IDebugBreakpoint2::GetOffsetExpressionWide

GetOffsetExpressionWide 方法返回计算结果为触发断点的位置的表达式字符串。
IDebugBreakpoint2::GetParameters

GetParameters 方法返回断点的参数。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::GetPassCount

IDebugBreakpoint2::GetPassCount 方法返回最初在触发断点之前到达断点所需的次数。
IDebugBreakpoint2::GetType

GetType 方法返回为断点设置的断点和处理器的类型。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::RemoveFlags

RemoveFlags 方法从断点中删除标志。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::SetCommand

SetCommand 方法设置触发断点时执行的命令。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::SetCommandWide

SetCommandWide 方法设置触发断点时执行的命令。
IDebugBreakpoint2::SetDataParameters

SetDataParameters 方法设置处理器断点的参数。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::SetFlags

SetFlags 方法设置断点的标志。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::SetMatchThreadId

SetMatchThreadId 方法设置可以触发断点的线程的引擎线程 ID。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::SetOffset

SetOffset 方法设置触发断点的位置。 此方法属于 IDebugBreakpoint2 接口。
IDebugBreakpoint2::SetOffsetExpression

SetOffsetExpression 方法设置一个表达式字符串,该字符串的计算结果为触发断点的位置。 此方法属于 IDebugBreakpoint2。
IDebugBreakpoint2::SetOffsetExpressionWide

SetOffsetExpressionWide 方法设置一个表达式字符串,该字符串的计算结果为触发断点的位置。
IDebugBreakpoint2::SetPassCount

IDebugBreakpoint2::SetPassCount 方法设置目标在触发断点之前必须到达断点位置的次数。

要求

要求 价值
目标平台 窗户
标头 dbgeng.h (包括 Dbgeng.h)

另请参阅

IDebugBreakpoint