next up previous

13.2.1 Generating Trace Files

Sends all information normally sent to the logical names wclips, wdialog, wdisplay, werror, , wwarning, wtrace and stdout to <file-name> as well as to their normal destination. Additionally, all information received from logical name stdin is also sent to <file-name> as well as being returned by the requesting function. This function returns TRUE if the dribble file was successfully opened, otherwise FALSE is returned.

Syntax

(dribble-on <file-name>)


next up previous