.excr (Display Exception Context Record)

The .excr command displays the context record that is associated with the current exception.

.excr

For more information about the register context and other context settings, see Changing Contexts.

Environment

Item Description
Modes User mode only
Targets Crash dump only (minidumps only)
Platforms All

Remarks

The .excr command locates the current exception's context information and displays the important registers for the specified context record.

This command also instructs the debugger to use the context record that is associated with the current exception as the register context. After you run .excr, the debugger can access the most important registers and the stack trace for this thread. This register context persists until you enable the target to execute, change the current process or thread, or use another register context command (.cxr or .excr). For more information about register contexts, see Register Context.

The .ecxr command is a synonym command and has identical functionality.

See also

Changing Contexts

Register Context

.ecxr