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