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?
source
share