SET ECHO Command

Opens the Trace window for program debugging. Included for backward compatibility.

SET ECHO ON | OFF

Parameters

  • ON
    Displays the source code for the program that is executing in the Trace window. The line currently executing is highlighted.

  • OFF
    (Default) Closes the Trace window in FoxPro versions earlier than 2.0. From within a program, the Trace window can be closed with DEACTIVATE WINDOW TRACE.

Remarks

You can also use the Trace window to set breakpoints, which suspend program execution.

For more information about the Trace window, see Trace Window.

See Also

Tasks

How to: Use the Debugger

Reference

RESUME Command

SET STEP Command

SUSPEND Command

SET Command Overview

Other Resources

Commands (Visual FoxPro)