IDebugControl5 接口 (dbgeng.h)
继承
IDebugControl5 接口继承自 IDebugControl4。 IDebugControl5 还具有以下类型的成员:
方法
IDebugControl5 接口具有这些方法。
IDebugControl5::GetBreakpointByGuid GetBreakpointByGuid 方法返回具有指定断点 GUID 的断点。 |
IDebugControl5::GetContextStackTraceEx GetContextStackTraceEx 方法返回调用堆栈顶部的帧,从任意寄存器上下文开始,并为每个堆栈帧返回重建的寄存器上下文。 |
IDebugControl5::GetStackTraceEx GetStackTraceEx 方法返回指定调用堆栈顶部的帧。 GetStackTraceEx 方法提供内联帧支持。 有关使用内联函数的详细信息,请参阅调试优化代码和内联函数。 |
IDebugControl5::OutputContextStackTraceEx OutputContextStackTraceEx 方法打印由堆栈帧数组和相应的寄存器上下文指定的调用堆栈。 |
IDebugControl5::OutputStackTraceEx OutputStackTraceEx 方法输出提供的堆栈帧或当前堆栈帧。 |
要求
要求 | 值 |
---|---|
目标平台 | Windows |
标头 | dbgeng.h (包括 Dbgeng.h) |