home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD v1.2 / amidev_cd_12.iso / devcon / milan_1991 / devcon91.3 / debug / crash / tnt.doc < prev   
Text File  |  1992-09-01  |  712b  |  23 lines

  1. tnt v36.12
  2. Copyright (c) 1990 Commodore-Amiga, Inc.  All Rights Reserved
  3. Usage: tnt [ force | off ]
  4. force replaces even unknown (non-dos/exec) trap handlers
  5.  
  6. TNT is a 2.0 compatible replacement for SRT.
  7.  
  8. TNT traps software errors.
  9.  
  10. Put TNT in your s:user-startup (2.0) or startup-sequence (1.3).
  11.  
  12. If you get a Software Error, you will get debugging info (taskname, PC,
  13. registers, stack pointers, etc) instead of just "SW Error - Task held".
  14.  
  15. You will know what crashed. and if you like, you could go disassemble
  16. where the crash occured, trace back on the stack, etc.
  17.  
  18.  
  19. WARNING - If you use a single-step debugger, you may have to turn
  20. off TNT since single-step debuggers may use processor traps to
  21. single step.
  22.  
  23.