SET TRBETWEEN Command

Enables or disables tracing between breakpoints in the Trace Window.

SET TRBETWEEN ON | OFF

Parameters

  • ON
    Specifies that every line of program code be displayed and highlighted in the Trace window as it is executed. Issuing SET TRBETWEEN ON is identical to enabling the Trace Between Breaks command in the Trace window's Program menu.
  • OFF
    (Default) Specifies that only the last line at which program execution was paused be highlighted in the Trace window. Issuing SET TRBETWEEN OFF is identical to disabling the Trace Between Breaks command.

Remarks

The Trace window displays the source code for a program as the program executes. The executing program line is highlighted. When the Trace window is open, you can set breakpoints that cause program execution to stop.

The Trace window can also be opened by issuing ACTIVATE WINDOW TRACE, SET ECHO ON, or SET STEP ON.

See Also

ACTIVATE WINDOW | SET ECHO | SET STEP