IDebugAdvanced2 interface (dbgeng.h)

Inheritance

The IDebugAdvanced2 interface inherits from IDebugAdvanced. IDebugAdvanced2 also has these types of members:

Methods

The IDebugAdvanced2 interface has these methods.

 
IDebugAdvanced2::FindSourceFileAndToken

The (IDebugAdvanced2) FindSourceFileAndToken method returns the filename of a source file on the source path or a variable value associated with a file token.
IDebugAdvanced2::GetSourceFileInformation

The (IDebugAdvanced2) GetSourceFileInformation method returns information about a source file that is specified using the Which parameter.
IDebugAdvanced2::GetSymbolInformation

The (IDebugAdvanced2) GetSymbolInformation method returns information about a symbol that is specified using the Which parameter.
IDebugAdvanced2::GetSystemObjectInformation

The (IDebugAdvanced2) GetSystemObjectInformation method returns specified information about operating system objects on the target.
IDebugAdvanced2::GetThreadContext

The (IDebugAdvanced2) GetThreadContext method returns the current thread context represented by the CONTEXT structure for the target's effective processor.
IDebugAdvanced2::Request

The (IDebugAdvanced2) Request method performs a variety of different operations specified by the Request parameter.
IDebugAdvanced2::SetThreadContext

The (IDebugAdvanced2) SetThreadContext method sets the current thread context represented by the CONTEXT structure for the target's effective processor.

Requirements

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

See also

IDebugAdvanced

IDebugAdvanced3