Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.62 KB

-wtitle--set-window-title-.md

File metadata and controls

46 lines (33 loc) · 1.62 KB
title description keywords ms.date topic_type ms.topic api_name api_type
.wtitle (Set Window Title)
The .wtitle command sets the title in the main WinDbg window or in the NTSD, CDB, or KD window.
.wtitle (Set Window Title) Windows Debugging
05/23/2017
apiref
reference
.wtitle (Set Window Title)
NA

.wtitle (Set Window Title)

The .wtitle command sets the title in the main WinDbg window or in the NTSD, CDB, or KD window.

.wtitle Title 

Parameters

Title
The title to use for the window.

Environment

This command cannot be used in script files.

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

Remarks

For CDB, NTSD, or KD, if the .wtitle command has not been used, the window title matches the command line used to launch the debugger.

For WinDbg, if .wtitle has not been used, the main window title includes the name of the target. If a debugging server is active, its connection string is displayed as well. If multiple debugging servers are active, only the most recent one is displayed.

When .wtitle is used, Title replaces all this information. Even if a debugging server is started later, Title will not change.

The WinDbg version number is always displayed in the window title bar, regardless of whether this command is used.