RAID - a Really Awesome Interactive Debugger by John Wilson version 1.0, 04-Dec-84 RAID is a symbolic debugger for the PDP-11 series. It includes most of the major facilities of ODT, with some important additions. RAID provides commands to: 1. set breakpoints (up to 16) 2. deposit values in memory 3. dump (ranges of) memory (with ASCII, if byte) 4. start or continue execution at any point 5. disassemble (ranges of) memory 6. display and change registers and flags 7. perform single steps RAID, like ODT, is linked to the program to be debugged. RAID can disassemble all PDP-11 instructions (including FIS and FP11) except for CIS. Two versions of RAID are provided: one for RT-11, and one for RSTS/E. The RSTS/E version is the same as the RT-11 version (except it uses RSTS I/O calls), but adds ^C trapping, and a command to print RSTS system error messages. The RT-11 version doesn't use any EIS instructions, and will run on any PDP-11 series computer (including LSI-11s).