WestCoastProjects
WestCoastProjects

Reputation: 63022

Where are variables and watches in the Xcode debuggger?

I am in the Xcode debugger. I do see the console print outputs and the llvm at the bottom . But the debugger buttons and most notably the variables/watches are not showing. I have looked through all the menu options and clicked on many tiny icons trying to discover how to have them show.

enter image description here

What is the IDE command to show the debugger variables and watches?

Upvotes: 0

Views: 36

Answers (1)

matt
matt

Reputation: 534882

It's the middle of these three icons:

enter image description here

Upvotes: 1

Related Questions