MainstreamDeveloper00
MainstreamDeveloper00

Reputation: 8556

What do symbols in Xcode threads/queue view mean?

Every day during iOS development we are using Xcode' threads/queue view of the debug navigator to examine stack frames, switch between them and po, etc. vars and expressions. But I don't really understand all the icons (legend) in this window. I only know that blue-tinted icons show live stack frames and grey ones show recorded (historical) frames. But what each specific icon represents. I attached screenshots with different icons:

debug view

And another one:

view

As you can see each frame has it's own icon. I guess user image means user code(or not??), also there is an icon of a gear wheel, a mug(cup), a brick wall icon and a suitcase icon on the second screenshot.

Can someone point me to the doc where all these icons and their meanings are explained or if no such doc exists then explain what do they mean.

Upvotes: 4

Views: 347

Answers (2)

Related Questions