#Modula-2
TRAPPER is a module that catches errors and prints useful information (such as
address of where you crashed, and why). This module comes standard with TDI
releases (source included in the developers package), but it's NOT documented.
There is a version of it in DL 10 (file: TRAPPER.ARC) which has some bug fixes.
You should use that one. To use it, just include this statement at the top of
your program "IMPORT Trapper;". Good luck…..Richie