15

In Xcode 5 you could show the bottom view and show the debugger console. But in xcode 6 I'm getting no data when running on the simulator. What gives?

ThomasW
  • 16,981
  • 4
  • 79
  • 106
rowdyruckus
  • 892
  • 4
  • 12
  • 23

4 Answers4

38

Go to XCode -> Preferences -> Behaviors -> Select “Starts” in Running -> Select “Show” debugger With “Variables & Console View”

enter image description here

than select the "Hide or show the Debug area" Button

enter image description here

and Now click on Small Arrow Button

enter image description here

i think it might be helpful in your case. For more info you can see here.

Community
  • 1
  • 1
Yasika Patel
  • 6,356
  • 3
  • 19
  • 21
8

Nothing of the above worked for me, but Rob´s answer helped me to find the solution. I had to activate the console in View > Debug Area > Activate Console (shift-command-C)

Filip
  • 119
  • 1
  • 5
4

You can click on small triangle at the bottom to see the console.

screenshot illustrating this

You can also use the keyboard shortcut Y

Zev Eisenberg
  • 8,080
  • 5
  • 38
  • 82
Bhumit Mehta
  • 16,278
  • 11
  • 50
  • 64
4

In addition to Bhumit's answer, you can also choose View > Debug Area > Show Debug Area from the menu bar.

The default keyboard shortcut to show or hide the debug area is Y (shift-command-Y).

rob mayoff
  • 375,296
  • 67
  • 796
  • 848