[comp.sys.amiga.programmer] ROM-WACK

bartonr@eecs.cs.pdx.edu (JULIUS) (02/10/91)

In article <91040.023037DXB132@psuvm.psu.edu> DXB132@psuvm.psu.edu writes:
> somebody else writes:
>> If you have or can get Grand-WACK, you can arrange to have Grand-WACK
>> replace the ROM-WACK vector in memory.

> This was completely unknown to me. What version of Grand Wack has this
> ability, and how is it invoked?

  See the documentation on the Exec Debug() function in the Includes &
Autodocs manual.  Basically, you want to do a SetFunction() on Debug()
so that it points to your own chosen debugger rather than the built-in
debugger (ROM-WACK).

================================================================================