Enable / disable tracing. Trace files are stored on the computer as long as the application is in use, and are deleted permanently when the application is removed. By default, tracing is disabled.
Command syntax
TRACES on|off [<tracing level>] [<advanced settings>]
Tracing level |
|
|
Level of detail of traces. Available values:
|
Advanced settings |
|
|
Run a command with the |
|
Use the OutputDebugString function and save the trace file. The OutputDebugString function sends a character string to the application debugger to display on screen. For details, visit the MSDN website. |
|
Save one trace file (no size limit). |
|
Save traces to a limited number of files of limited size and overwrite the older files when the maximum size is reached. |
|
Save traces to dump files. |
Examples:
|