How can you show the debugger console in “xcode 6”

2019-02-06 03:53发布

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?

标签: ios xcode xcode6
4条回答
Evening l夕情丶
2楼-- · 2019-02-06 04:34

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

screenshot illustrating this

You can also use the keyboard shortcut Y

查看更多
淡お忘
3楼-- · 2019-02-06 04:37

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.

查看更多
smile是对你的礼貌
4楼-- · 2019-02-06 04:53

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).

查看更多
我欲成王,谁敢阻挡
5楼-- · 2019-02-06 04:55

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)

查看更多
登录 后发表回答