How to view memory of a data pointer

CodeLite installation/troubleshooting forum
cy007
CodeLite Enthusiast
Posts: 13
Joined: Mon Apr 28, 2008 9:25 am
Contact:

How to view memory of a data pointer

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to view memory of a data pointer

Post by eranif »

You can not currently view the memory from given address + offset, this is currently being implemented

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to view memory of a data pointer

Post 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
Make sure you have read the HOW TO POST thread
cy007
CodeLite Enthusiast
Posts: 13
Joined: Mon Apr 28, 2008 9:25 am
Contact:

Re: How to view memory of a data pointer

Post 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
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: How to view memory of a data pointer

Post 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
Make sure you have read the HOW TO POST thread
Post Reply