.suspend_ui (Suspend WinDbg Interface)

The .suspend_ui command suspends the refresh of WinDbg debugging information windows.

.suspend_ui 0 
.suspend_ui 1 
.suspend_ui 

Parameters

0
Suspends the refresh of WinDbg debugging information windows.

1
Enables the refresh of WinDbg debugging information windows.

Environment

This command is available only in WinDbg and cannot be used in script files.

Item Description
Modes kernel mode only
Targets live, crash dump
Platforms all

Remarks

Without any parameters, .suspend_ui displays whether debugging information windows are currently suspended.

By default, debugging information windows are refreshed every time the information they display changes.

Suspending the refresh of these windows can speed up WinDbg during a sequence of quick operations -- for example, when tracing or stepping many times in quick succession.