这些Xcode 4调试器图标意味着什么?

编程入门 行业动态 更新时间:2024-10-28 04:19:25
本文介绍了这些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: jlmendezbonini/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调试器图标意味着什么?

本文发布于:2023-11-09 05:12:03,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1571473.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:意味着什么   图标   调试器   Xcode

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!