Short: GUI'd debugger for OS friendly assembly. Author: nicolas-dade@uiuc.edu Uploader: nicolas-dade uiuc edu Type: dev/debug Architecture: m68k-amigaos TrapII is a little debugger that runs in a window on the workbench screen. It's, therefore, really only for assembly programmers who are programming things that do not take over the OS. (Or experienced programmers in other languages who are interested in their code at the machine level) TrapII is only a task stepper. It does not include a disassembler, assembler, etc... That is so because I already have seperate tools to do that. Changes: 2.04 or higher only. 1.3 and older is ancient history. This version is 680x0, x=0 to 4 safe, cache safe, FPU safe, etc... This meant changing most of the internal task manipulating code, but the GUI remained the same. The GUI is now font sensative, and the window uses the 2.0 zip gadget instead of the RMB. Unlimited [Next]s, using the ILLEGAL instruction instead of BKPT because some hardware really had a debugger that was triggered by BKPT (a friend's GVP board, for example). -Nicolas Dade / n9rzb / nicolas-dade@uiuc.edu