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.

Expand imageRemarks

Expand imageSee Also


© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic