Page 1 of 1

How to view memory of a data pointer

Posted: Mon Jul 28, 2008 12:16 pm
by cy007
Hi, all,
Anybody can tell me how to view memory of a data pointer, just like memory tools of Visual C++ IDE? I can get an address of memory, but In CodeLite, what method to quick view content start from this address to anywhere?

Re: How to view memory of a data pointer

Posted: Mon Jul 28, 2008 2:02 pm
by eranif
You can not currently view the memory from given address + offset, this is currently being implemented

Eran

Re: How to view memory of a data pointer

Posted: Mon Jul 28, 2008 10:54 pm
by eranif
Hi,

This feature is now available in SVN - if you are using SVN builds, you can do update and build it:

Image

- Eran

Re: How to view memory of a data pointer

Posted: Fri Aug 15, 2008 5:05 am
by cy007
eranif wrote:Hi,

This feature is now available in SVN - if you are using SVN builds, you can do update and build it:

Image

- Eran
I don't see this memory window on Codelite for Linux

Re: How to view memory of a data pointer

Posted: Fri Aug 15, 2008 8:46 am
by eranif
eranif wrote:I don't see this memory window on Codelite for Linux
Then your version is old. Please specify your revision (Help -> About)

Eran