Edit

.hh (Open HTML Help File)

The .hh command opens the Debugging Tools for Windows documentation.

.hh [Text] 

Parameters

Text
Specifies the text to find in the index of the Help documentation.

Environment

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

You cannot use this command when you are performing remote debugging through Remote.exe.

Additional Information

In current WinDbg builds, .hh opens the integrated Help toolwindow, which renders the debugger documentation as Markdown content in the debugger UI (instead of the legacy HTML Help viewer). The Help toolwindow provides table-of-contents and search-based navigation, plus browser-style Home, Back, and Forward navigation (including keyboard shortcuts such as Alt+Left, Alt+Right, and Alt+Home).

Remarks

The .hh command opens the Debugging Tools for Windows documentation. If you specify Text, the debugger opens the help window and searches for Text as a keyword. If you do not specify Text, the debugger opens the help window at the top level topic.