Where is the Xcode 3.0 output window?

I am learning Xcode with a slightly older (10.2) book that deals with Project Builder. I have been using Xcode for ansi C for a while, but I cannot find the output window that appears when the application is created and launched. I run my applications from the command line, but of course this does not help me if I want to set breakpoints or something like that. Where is the program output window that should appear when creating and starting. Do I have it hidden or something else? Why can't I find him?

+3
source share
2 answers

Shift-Cmd-R displays an output window.

+5
source

There are several windows you should be aware of:

  • ( = Shift-Cmd-R): , , GDB

  • ( = Shift-Cmd-Y): ,

  • ( = Option-Cmd-B):

cocoaheads xcode.

, .

+2

Source: https://habr.com/ru/post/1727920/


All Articles