IDebugControl5 interface (dbgeng.h)

Inheritance

The IDebugControl5 interface inherits from IDebugControl4. IDebugControl5 also has these types of members:

Methods

The IDebugControl5 interface has these methods.

 
IDebugControl5::GetBreakpointByGuid

The GetBreakpointByGuid method returns the breakpoint with the specified breakpoint GUID.
IDebugControl5::GetContextStackTraceEx

The GetContextStackTraceEx method returns the frames at the top of the call stack, starting with an arbitrary register context and returning the reconstructed register context for each stack frame.
IDebugControl5::GetStackTraceEx

The GetStackTraceEx method returns the frames at the top of the specified call stack. The GetStackTraceEx method provides inline frame support. For more information about working with inline functions, see Debugging Optimized Code and Inline Functions.
IDebugControl5::OutputContextStackTraceEx

The OutputContextStackTraceEx method prints the call stack specified by an array of stack frames and corresponding register contexts.
IDebugControl5::OutputStackTraceEx

The OutputStackTraceEx method outputs either the supplied stack frame or the current stack frames.

Requirements

Requirement Value
Target Platform Windows
Header dbgeng.h (include Dbgeng.h)

See also

IDebugControl

IDebugControl2

IDebugControl3

IDebugControl4