home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2CO2.ZIP / TRACE.HLP < prev    next >
Text File  |  1989-06-01  |  415b  |  18 lines

  1. The TRACE directive enables or disables the capture of execution
  2. trace information for the specified event types.  The optional
  3. pathname can be used to specify a file that contains a list of event
  4. types.
  5.  
  6. Directive syntax:    TRACE = ON|OFF [pathname][,event[,event...]]
  7.  
  8. Default value:        OFF
  9.  
  10. Multiple occurrences:    Yes
  11.  
  12. Affects protected mode:    Yes
  13.             
  14. Affects real mode:    Yes
  15.  
  16. Example:        TRACE = ON 24
  17.  
  18.