home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 549b.lha / M2P_v1.0_sources / source.lzh / DBug.def < prev    next >
Text File  |  1991-08-10  |  807b  |  17 lines

  1. (*======================================================================*)
  2. (*                         Debug support Module                         *)
  3. (*======================================================================*)
  4. (*      Version: 1.00           Author : Dennis Brueni                  *)
  5. (*      Date   : 25-Mar-91      Changes: Original                       *)
  6. (*      Date   : 07-21-91       Changes: Added TermProc                 *)
  7. (*======================================================================*)
  8. (* This debug module does little else than catching exceptions and      *)
  9. (* putting up a requester, and calling a user-given termination proc.   *)
  10. (*======================================================================*)
  11.  
  12. DEFINITION MODULE DBug;
  13.  
  14. VAR TermProc: PROC;
  15.  
  16. END DBug.
  17.