.exr (Display Exception Record)

The .exr command displays the contents of an exception record.

.exr Address 
.exr -1

Parameters

Address - Specifies the address of the exception record. If you specify -1 as the address, the debugger displays the most recent exception.

Environment

Item Description
Modes User mode, kernel mode
Targets Live, crash dump
Platforms All

Remarks

The .exr command displays information that is related to an exception that the debugger encountered on the target computer. The information that is displayed includes the exception address, the exception code, the exception flags, and a variable list of parameters to the exception.

You can usually obtain the Address by using the !pcr extension.

The .exr command is often used to debug bug check 0x1E. For more information and an example, see Bug Check 0x1E (KMODE_EXCEPTION_NOT_HANDLED).

See also

Changing Contexts

Register Context

.ecxr (Display Exception Context Record)

.trap