What do the icons in Xcode 4's debug area variable list mean?
Asked Answered
V

1

25

Is anyone able to provide a definitive guide to the labelled icons in Xcode 4's debug area variable list? Here's a list of what I have at the moment. I can't figure out what they mean:

Curious Xcode 4 debugger icons

It's not intuitive. For example, I have BOOL and NSMutableString objects, both with green 'i' icons. I haven't been able to find a list of what these icons mean, either in Xcode's documentation, or online. Thank-you,

Steve.

Volny answered 29/3, 2012 at 0:35 Comment(0)
D
52

They appear to be:

L = Local variable
A = Argument
S = Static variable
V = global Variable
R = register
V = instance Variable
E = Expression

Here are some links which discuss that part of the interface:

edit: updated with Steve HHH's suggestion
edit2: updated following information from a WWDC 2012 presentation, "Debugging in Xcode" (video no longer available)

Dud answered 29/3, 2012 at 0:54 Comment(2)
What does Register mean exactly? @SteveHHHCompte
@Honey Register means CPU (or processor) register en.wikipedia.org/wiki/Processor_registerDud

© 2022 - 2024 — McMap. All rights reserved.