Using Screen Trace

Another tool that is helpful in dealing with program execution problems is the screen trace feature of the debugger. The screen trace feature enables you to save information about DISPLAYs of screen section items and CREATEs, DISPLAYs, MODIFYs, and INQUIREs of ActiveX objects. Screen trace can be used even if the program was compiled without the debugging option. The screen trace information is saved in the error file. The screen trace feature is described in greater detail in Screen Tracing.