TRACEWIN        Activate/Deactivate trace window

<< Click to Display Table of Contents >>

Navigation:  Robo-FTP User's Guide > Script Programming > Script Commands > All Script Commands >

TRACEWIN        Activate/Deactivate trace window

Syntax:

TRACEWIN

[ /options ]

Arguments:

None

 

Options:

/off

Deactivate and remove trace window.

 

/on

Activate and display trace window.

 

 

When testing script commands, it is often helpful to activate the Robo-FTP Trace Window. The contents of this window mirror what is written to the trace log file. For example, FTP results are echoed to the trace window giving you an immediate, visual record of what is occurring during the FTP session.

 

The contents of the trace window can be copied to the Clipboard by accessing the System menu (by clicking on the icon in the upper left corner of the window) and then selecting Copy to Clipboard. This is useful if you need to save the contents of the trace window for later examination.

 

 

Related command(s): TRACELOG, FTPCLIENT, CONSOLE, CONSOLEMSG, WEBBROWSER

See also: Trace Window, Interactive Debugging, Troubleshooting