Copyright (c) Hyperion Entertainment and contributors.

Difference between revisions of "Exec Debug"

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
(Created page with "= Reaper = Exec contains built-in debugging facilities. When a trap occurs the Grim Reaper is automatically launched. There is also output sent to the default serial port. Th...")
(No difference)

Revision as of 04:37, 26 March 2013

Reaper

Exec contains built-in debugging facilities. When a trap occurs the Grim Reaper is automatically launched. There is also output sent to the default serial port. The following environment variables control the default serial output:

REAPER.NoLookupSymbols (default FALSE)
Set to no, off or 0 to disable the symbol lookup.
REAPER.DissLines (default 5)
Set to 0 to disable the disassembly of the crash set.
REAPER.68kStackTrace (default TRUE if 68k emulated)
Set to yes or on to enable with depth of 64. Set to a positive integer to enable and set the depth.