Subject: re: db 'step' function To: None <shebs@cygnus.com> From: Daniel Risacher <magnus@im.lcs.mit.edu> List: macbsd-general Date: 01/03/1995 14:56:11
another way to do the debugging might be to
put a trap to the debugger in RAM (somewhere).
copy the current instruction (ROM or RAM)
to the slot before the trap.
Jump to it.
Would this not work?