IDebugControl5 接口 (dbgeng.h)

遗产

IDebugControl5 接口继承自 IDebugControl4IDebugControl5 也有以下类型的成员:

方法

IDebugControl5 接口具有这些方法。

 
IDebugControl5::GetBreakpointByGuid

GetBreakpointByGuid 方法返回具有指定断点 GUID 的断点。
IDebugControl5::GetContextStackTraceEx

GetContextStackTraceEx 方法返回调用堆栈顶部的帧,从任意寄存器上下文开始,并返回每个堆栈帧的重新构造的寄存器上下文。
IDebugControl5::GetStackTraceEx

GetStackTraceEx 方法返回指定调用堆栈顶部的帧。 GetStackTraceEx 方法提供内联帧支持。 有关使用内联函数的详细信息,请参阅调试优化代码和内联函数。
IDebugControl5::OutputContextStackTraceEx

OutputContextStackTraceEx 方法打印由堆栈帧数组和相应的寄存器上下文指定的调用堆栈。
IDebugControl5::OutputStackTraceEx

OutputStackTraceEx 方法输出提供的堆栈帧或当前堆栈帧。

要求

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

另请参阅

IDebugControl

IDebugControl2

IDebugControl3

IDebugControl4