Using File Trace

Another tool that is helpful in dealing with program execution problems is the file trace feature of the debugger. It enables you to save information about all file OPENs, READs, and WRITEs. File trace can be used even if the program was compiled without the debugging option. File trace information is saved in the error file. The file trace feature is described in detail in File Tracing.