What do these Xcode 4 debugger icons mean?

前端 未结 2 1248
北荒
北荒 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: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.

提交回复
热议问题