.show_sym_failures
The .show_sym_failures command enables or disables the display of symbol lookup failures and type lookup failures.
dbgcmd
.show_sym_failures /s
.show_sym_failures /S
.show_sym_failures /t
.show_sym_failures /T
/s
Enables the display of symbol lookup failures.
/S
Disables the display of symbol lookup failures.
/t
Enables the display of type lookup failures.
/T
Disables the display of type lookup failures.
Item | Description |
---|---|
Modes | User mode, kernel mode |
Targets | Live, crash dump |
Platforms | All |