Debug options needed
  • Order of the Butterfly
    Order of the Butterfly
    Framiga
    Posts: 363 from 2003/7/11
    From: Milan-Italy
    Hi all,

    after some attempts to setup a suitable bebug enviroment on my MOS 1.4.5 PowerUP, i need your help.

    I need only to track some problems related to 68K apps.

    I tryed a lot of options without find the right one (at least for my needs).

    The output should be redirected to Sashimi. (if possible)

    Thanks in advance.
  • »16.04.06 - 16:30
    Profile
  • MorphOS Developer
    itix
    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
  • »17.04.06 - 11:50
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Framiga
    Posts: 363 from 2003/7/11
    From: Milan-Italy
    "Sashimi cant capture CyberGuard hits"

    ah OK. this is what i needed to know. Thanks itix
  • »17.04.06 - 12:27
    Profile