<> <> <> <> <> <> <> Spy: CONFIGURATION LINKS : CODE IMPORTS AMBridge, AMModel, AMModelLocation, AMModelPrivate, AMTypes, AMViewerOps, BasicTime, Buttons, Commander, Convert, Containers, DebuggerSwap, FastBreak, FS, Icons, IO, Labels, Loader, PrintTV, Process, RealOps, Rope, RTSymbolOps, RTSymbols, RTTypesPrivate, Rules, RuntimeError, SafeStorage, Terminal, ViewerIO, ViewerOps, ViewerTools, 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.