Session

.cls

Clear the terminal screen when stdout is a terminal.

.cls
.echo

Print text without expression interpretation.

.echo <text>

Also: echo

.hh

List commands or display detailed help for one command.

.hh [command]

Also: help, .help

.logappend

Start a debugger transcript, appending to the file.

.logappend <file>
.logclose

Close the debugger transcript.

.logclose
.logopen

Start a debugger transcript, replacing any existing file.

.logopen <file>
.printf

Format debugger values using WinDbg-style printf specifiers.

.printf "format" [arguments...]
ad

Remove a command alias.

ad <name>

Also: unalias

al

List command aliases.

al

Also: aliases

as

Define a command alias.

as <name> <expansion>

Also: alias

q

Exit the application.

q

Also: quit

reload-scripts

Reload custom commands and aliases.

reload-scripts