Re: [hatari-devel] debugger suggestions

[ Thread Index | Date Index | More lists.tuxfamily.org/hatari-devel Archives ]


BTW, does WinUAE support break before memory access and/or break after memory access is done (read or write) ?

Both are supported.

Read: original read access function is called first, then memwatch check function. (value read from memory can be used conditionally in break point check)

Write: memwatch check function is called first, then original write access function. (written value can be modified in break point check before it gets written to memory, for example if address x written to, always override written value with y)




Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/