home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 230.lha / SPY / Sources / read.me < prev    next >
Text File  |  1989-04-08  |  696b  |  15 lines

  1. These are the Modula-2 sources to the Spy program, published in Amazing
  2. Computing Vol 4 #2.
  3.  
  4. This tool allows one to continuously "take snapshots" of other tasks on the
  5. system.  The snapshot is the task's hardware context (all registers) and its
  6. running state.  Very useful to see if a task is running (possibly in an
  7. infinite loop, etc.) or somehow "stuck".
  8.  
  9. The published listings made references to a module called IntuiCommon, which
  10. was supposed to be published earlier in another article.  Unfortunately,
  11. something was fouled up and that article has yet to appear, so the "missing"
  12. module is included here.  The executable program is in a separate file. 
  13.  
  14.     - Steve Faiwiszewski -        March '89
  15.