CompuServe Messages

#Modula-2

    31-Jan-87 21:42:23
Sb: #51796-#Modula-2
Fm: Richard Bielak 75716,352
To: Jim Vogel 73177,441
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