Spy.config
edited by Bruce 10-Mar-81 20:04:58
edited by Levin, 26-Aug-81 16:08:40
edited by Maxwell, December 14, 1983 2:27 pm
Spy: CONFIGURATION LINKS : CODE
IMPORTS
AMBridge, AMModel, AMModelLocation, AMModelPrivate, AMTypes, AMViewerOps, BasicTime, Buttons, Commander, Convert, DebuggerSwap, FastBreak, FS, Graphics, GraphicsOps, Icons, InputFocus, IO, Labels, Loader, PrintTV, Process, ProcessExtras, RealOps, Rope, RTSymbolOps, RTSymbols, RTTypesPrivate, Rules, SafeStorage, Terminal, VFonts, ViewerIO, ViewerOps, VM, VMStatistics, WorldVM
EXPORTS SpyClient, SpyLog, SpyOps
CONTROL SpyLogImpl, SpyKernelImpl, SpyBreaksImpl, SpyViewerImpl =
BEGIN
SpyBreaksImpl; -- handles start breaks and user breaks
SpyKernelImpl; -- the core of the spy
SpyLogImpl; -- logging data in an efficient way
SpyLogReaderImpl; -- converting log to a convenient form
SpyPrintImpl; -- printing log
SpyViewerImpl; -- viewer interface to SpyClient
END.