Board index » cppbuilder » Looking at Memory??

Looking at Memory??


2004-02-26 12:23:12 PM
cppbuilder52
hi there
i m having a memory address and i know that size of the memory i wanted to
view it contents in te de{*word*81}
 
 

Re:Looking at Memory??

There is two ways to do this :
1/ You can we it in the cpu view (View/Debug Window/CPU). At the bottom of
the form there is a memory viewer.
2/ You can also evaluate an expression (Run/Evaluate/Modify) like
*((pointer to your type)address).
Regards,
Florent
"dumboo" < XXXX@XXXXX.COM >a écrit dans le message de
Quote
hi there
i m having a memory address and i know that size of the memory i wanted to
view it contents in te de{*word*81}