On this Page
-trace
Cause debug trace output to be written to the specified file.
Syntax
-trace
filename
Description
Write trace, log and debug messages to a file. filename is the fully qualified name of the file where the trace, log and debug information will be written. When filename is not fully qualified, Merge will assume the file is to be in the same folder as where Merge is running. Note that the JavaScript function _tracef()
will write to this filename as well, but will not write anything if -trace
is not set.