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

前端 未结 1 669
天涯浪人
天涯浪人 2021-01-30 14:47

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

相关标签:
1条回答
  • 2021-01-30 15:19

    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:

    • debugging with Xcode
    • debug area overview

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

    0 讨论(0)
提交回复
热议问题