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?
How to view memory of a data pointer
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Mon Apr 28, 2008 9:25 am
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to view memory of a data pointer
You can not currently view the memory from given address + offset, this is currently being implemented
Eran
Eran
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to view memory of a data pointer
Hi,
This feature is now available in SVN - if you are using SVN builds, you can do update and build it:
- Eran
This feature is now available in SVN - if you are using SVN builds, you can do update and build it:
- Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 13
- Joined: Mon Apr 28, 2008 9:25 am
- Contact:
Re: How to view memory of a data pointer
I don't see this memory window on Codelite for Linuxeranif wrote:Hi,
This feature is now available in SVN - if you are using SVN builds, you can do update and build it:
- Eran
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: How to view memory of a data pointer
Then your version is old. Please specify your revision (Help -> About)eranif wrote:I don't see this memory window on Codelite for Linux
Eran
Make sure you have read the HOW TO POST thread