debug memory view
debug memory view
can someone teach me how to use debugger memory view? i kept getting blank. simpe example is ok.
get adress
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
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
Code: Select all
Apple.l
Apple = 58492
Debug @Apple ; Address of apple
CallDebugger

