这些Xcode 4调试器图标意味着什么? [英] What do these Xcode 4 debugger icons mean?

查看:183
本文介绍了这些Xcode 4调试器图标意味着什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法找到这些Xcode图标的含义。有些你可以推断(杯子图标是可可,人物图标是你的代码)但其他更神秘。







更新1:



我能够找到下面的图标文件:


... /Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/Resources


总共有13个不同的图标,它们都是清楚标明。在我发布的屏幕截图中,我们有:




  • 用户图标是用户

  • Mug图标是AppKit (或UIKit)

  • 公文包图标是框架

  • 齿轮图标是系统

  • 摩尔斯电码图标是基础

  • 蜘蛛网看图标是网



更新2:



前段时间我写了一篇更容易阅读的博文:

解决方案

图标通常表示您没有调试符号的程序集。不是你的代码(人物图标),不是公共的顶级Cocoa代码(马克杯),不是框架/库代码(手提箱),而是普通的旧程序集。



我认为这在任何地方都没有记录(我还没有看到),但它似乎适用于我所做的所有测试。


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.

UPDATE 1:

I was able to find the icon files under:

.../Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/Resources

There's a total of 13 different icons and they are all clearly labeled. In the screenshot that I posted we have:

  • Person icon is User
  • Mug icon is AppKit (or UIKit)
  • Briefcase icon is Frameworks
  • Gear icon is System
  • Morse code icon is Foundation
  • Spider web looking icon is Web

Update 2:

A while back I wrote a blog post that's easier to read: http://jlmendezbonini.com/2013/03/27/Xcode-4-debugger-icons.html

Update 3:

Looks like Apple finally documented it in the Process View Display section. Here's a link to the image:

解决方案

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.

这篇关于这些Xcode 4调试器图标意味着什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆