Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

When i hover my mouse over the array name in running mode i can't see the content of it.

When you make an breakpoint, and run the code, you can see in the debug area your arrays. But Gabe can see the content of it, i'm only getting the memory adress. The same in the code if i hover my mouse over the name of the array i created i'm getting the memory adress.

So i found an small fix for myself. Using NSLog to see the content. But is there an fix for this? kinda hate. :D