home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sherlock.zip / EXCEPT / EXCEPT.ZIP / TRAPTRAP.DOC < prev    next >
Text File  |  1993-02-24  |  496b  |  15 lines

  1. TRAPTRAP is a sample Trap catcher code using DosDebug.
  2. Usage is
  3.  
  4.   TRAPTRAP trapping_program arguments
  5.  
  6. sample provided use > TRAPTRAP TEST
  7. where test.exe will trap
  8.  
  9. it generates a PROCESS.TRP file similar to EXCEPTQ's
  10. the stack limits pointed in the FS:0 area are not value due to a bug
  11. in OS/2 see APAR PJ06136 that is why I dump all of the stack memory
  12. object.
  13. I did not test it with 16:16 code maybe a problem for the stack dump.
  14. I did not include Disasm either as in EXCEPTQ.
  15.