JavaScript Editor js editor     Web development 



Main Page

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



JavaScript Editor js editor     Web development