VIEW

Display lines around a debug entry

WSupported on Windows
USupported on Unix
VSupported on OpenVMS

 

VIEW [count]

count

(optional) The number of lines to display around the current breakpoint.

The VIEW command displays the current debug entry and the lines that immediately precede and follow it.

If you don’t specify any arguments, the four lines that precede the current debug line, the current debug line, and the four lines that follow it are displayed.

The following example displays the six lines that precede the current debug line, the current debug line, and the six lines that follow the current debug line.

VIEW 6