MorphOS Developer
Posts: 1520 from 2003/2/24
From: Finland
Sashimi cant capture CyberGuard hits. There is
LogTool which can be used instead.
You must have RamDebug enabled from startup options (I cant remember is it enabled by the default).
Other than that there is not much to do.
Henes wrote an article how to interpret debug log: http://henes.free.fr/documentation/morphosdebug/chapter1.html
It is targetted to Pegasos and PPC programs but is applicable to PowerUp/68k users too.
When debugging 68k programs you can usually ignore PPC registers and PPC stack: check 68k registers and 68k stack instead. MorphOS doesnt provide 68k disassembly so you must do it manually (the log provides hunk number and offset of course).
1 + 1 = 3 with very large values of 1