home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 318_01 / read.me2 < prev    next >
Text File  |  1990-06-18  |  2KB  |  62 lines

  1. FILE NAME: read.me2
  2. February 1, 1990
  3.  
  4.  
  5. Please read the read.me file on RED disk 1 as well as this file.
  6.  
  7.  
  8. REWARD
  9.  
  10. A reward of $5.12 is cheerfully paid to the first person who finds any bug in
  11. RED's code.  Typo's in the code or in the documentation are worth $1.28.
  12.  
  13.  
  14. AUTHOR
  15.  
  16. All programs on this disk were written by:
  17.  
  18.     Edward K. Ream
  19.     1617 Monroe Street
  20.     Madison, WI 53711
  21.     (608) 257-0802
  22.  
  23.  
  24. PUBLIC DOMAIN SOFTWARE
  25.  
  26. The sole author and owner of RED, Edward K. Ream hereby puts RED and all
  27. other files on this disk in the public domain.
  28.  
  29.  
  30. DISCLAIMER
  31.  
  32. With respect to the programs and documentation contained on this disk,
  33. Edward K. Ream specifically disclaims all warranties, express or implied,
  34. including but not limited to implied warranties of merchantability and fitness
  35. for a particular purpose.  In no event shall Ream be liable for any loss of
  36. profit or commercial damage, including but not limited to special, incidental,
  37. consequential or other damages.
  38.  
  39.  
  40. USING SHERLOCK TO EXPLORE RED
  41.  
  42. This disk contains documentation for the Sherlock(TM) debugging system, along 
  43. with reddb.exe, an executable version of RED that contains Sherlock macros
  44. compiled in.  You may use these Sherlock macros to trace the execution of RED.
  45.  
  46. The file sherlock.doc contains an introduction to Sherlock, the Sherlock User's 
  47. Guide and Reference Guide, as well as documentation for several tools supplied 
  48. with the Sherlock system:  SPP, SDEL and SDIF.  
  49.  
  50. Sherlock macros lie dormant until unabled from the command line.  All output 
  51. from Sherlock macros is sent to a file called trace.  To enable a list of
  52. statistics gathered during RED's execution, invoke RED as follows:
  53.  
  54.     c>REDDB ++dump
  55.  
  56. Check the source code for RED for the names of the tracepoints to enable, or 
  57. simply look through the dump of statistics produced using ++dump.
  58.  
  59. You may recompile RED without actually removing the Sherlock macros even if you 
  60. do not own Sherlock.  Simply rename the file sldummy.h to sl.h.  The file 
  61. sldummy.h contains do-nothing macro definitions for all Sherlock macros.
  62.