What do these Xcode 4 debugger icons mean?

前端 未结 2 1246
北荒
北荒 2020-12-14 05:17

I haven\'t been able to find what these Xcode icons mean. Some you can deduce (cup icon is cocoa, person icon is your code) but other\'s are more mysterious.

相关标签:
2条回答
  • 2020-12-14 05:36

    Here's a quick screen shot of the folder mentioned. The names explain the meaning of each icon. This is from xcode 5 beta 2. enter image description here

    0 讨论(0)
  • 2020-12-14 05:50

    The icon means, in general, assembly for which you don't have debugging symbols. Not your code (the person icon), not public, top-level Cocoa code (the mug), not Framework/library code (the suitcase) but plain old assembly.

    I don't think this is documented anywhere (I haven't seen it) but it seems to hold true for all the tests I've done.

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