This command creates, deletes, lists, or changes the contents of a monitor window. A monitor window captures the output of a command or command list. See "Command list". The commands are executed every time the program stops, and the output of these commands is printed in the window. There is a limit of 100 windows per program that are defined. The command list may contain multiple commands separated by a semicolon (;). Multiple commands must be surrounded by curly braces (for example, window {calls; B}). Monitor windows have the same standard window features as data explorer windows.
This command has several forms:
For example, the command window calls displays a stack trace. To change the window to display the breakpoints, use the command window 1 B.