Viewing an array in XCode
Viewing an array in XCode
- Subject: Viewing an array in XCode
- From: Skip Haughay <email@hidden>
- Date: Mon, 17 Apr 2006 15:54:39 -0400
I have recently moved from CodeWarrior to XCode, and while the
environment of XCode is quite nice for the most part, there are some
glaring omissions. One thing which I have been quite unable to
figure out how to do is to display an array within the debugger. In
CodeWarrior, I could click on, say, a variable defined as a pointer
to an integer. I could view this as hex, view this as decimal, OR
view this pointer as an array... the debugger would show me a window
with a list of array items if interpreting that pointer as the array
ptr.
Is there ANY way to do this in XCode? It would be terribly
inconvenient and slow to have to manually peek at each item offset
from my pointer each time I want to examine an array's values.
Skip Haughay
Synergy Software
_______________________________________________
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