Re: Viewing Memory.
Re: Viewing Memory.
- Subject: Re: Viewing Memory.
- From: Jerry <email@hidden>
- Date: Fri, 2 Feb 2007 09:29:16 +0000
On 1 Feb 2007, at 19:36, Robert Bell wrote:
Without dropping into the gdb console (which is what I currently
do), is there a way to view a region of memory as floats, doubles,
etc? The view memory window gives an interpretation in ascii only
for me, and I cannot seem to find a way to change it. I have tried
numerous web searches, but to no avail.
You can type
print *(double *)array@len
where "len" is the number of items to print.
Jerry
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden