IDebugHostContextAlternator interface (dbgmodel.h)

This dbgmodel.h interface allows to change the "current" context (the internal state) of the debugger (IDebugHostContext).

The context change can be a full change/switch (for example change the current process/thread/etx. being debugged) or a temporary switch. The temporary change/switch of the internal state of the debugger may alter the debugger in an inconsistent state and not all debugger functionality is available unless the change/switch is reverted back.

Inheritance

IDebugHostContextAlternator inherits from IUnknown.

Requirements

Requirement Value
Header dbgmodel.h

See also

Debugger Data Model C++ Overview