Re: how to view arrays
Re: how to view arrays
- Subject: Re: how to view arrays
- From: Bob Sabiston <email@hidden>
- Date: Sat, 26 Jul 2008 18:58:14 -0500
No, I'm talking about Xcode, how do I just view array data while I'm
debugging. It's just an Xcode debugger interface question.
Bob
On Jul 26, 2008, at 6:48 PM, Daniel Richman wrote:
I don't think xcode-users is the list you want for this question.
This list is for specific discussion of using Xcode, not for
discussing purely editor-independent code questions. Try cocoa-dev
or objc-language lists.
--Daniel
Bob Sabiston wrote:
Hello,
Say I have a pointer *P that points to a block of point structures:
struct point {
float x,y,pressure;
}
How do I view the array of structures in Xcode? I can't see a way
to do it. It treats a pointer to a structure like it only points
to one of them. How do I view the data for the whole array? I can
view memory but that's just a block of hex numbers, it doesn't show
you the members of the structs.
Thanks
Bob
_______________________________________________
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
_______________________________________________
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