Page 1 of 1

debug memory view

Posted: Tue Feb 07, 2006 2:25 pm
by Fable Fox
can someone teach me how to use debugger memory view? i kept getting blank. simpe example is ok.

Posted: Tue Feb 07, 2006 2:58 pm
by Trond
Well, you type in the memory addresses you want to look at. That's about it. Do you not know how to get addresses?

get adress

Posted: Thu Feb 09, 2006 2:00 pm
by Fable Fox
No. the viewer didn't show anything.
how do you get the memory anyway?

was it debug *memadress? i'm not home now, but i think i did it right, and use what the debug show me as the adress, or was I wrong? any short example might help

Posted: Thu Feb 09, 2006 2:06 pm
by Fred
You have to give the address value (a number).

Posted: Thu Feb 09, 2006 2:47 pm
by Trond

Code: Select all

Apple.l
Apple = 58492
Debug @Apple ; Address of apple

CallDebugger
When the program at CallDebugger you copy the debugged number (like 4297844) into the first string gadget of the memory viewer. In the second, put the first number + 4 (a long is four bytes) = 4297848. Then click show.