VIEW
Display lines around a debug entry
WTSupported in traditional Synergy on Windows
|
|
USupported on UNIX
|
VSupported on OpenVMS
|
VIEW [count]
Arguments
count
(optional) The number of lines to display around the current breakpoint.
Discussion
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.
Examples
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