Can't see console log

Trying to run some really basic python in an Xcode environment. The code runs and I get a message that the build succeeded, but I cannot see the console log. I figured this could be caused by a few basic mistakes, so I'm attaching a quicktime screen recording just to show what I'm talking about.

I guarantee there is something basic I'm missing, so it shouldn't be hard to find. Output should include two 1's.


Quicktime video: https://ufile.io/0bcnd


Thanks for the help!

In XCode window, do you see the 2 panes at the bottom ?


If not, type cmd-shift-Y to make it appear.


There are 2 buttons at the very bottom right next to a Filter textField ; both should be active (blue)

Check also that you are in debug mode, not release.


At the top left of XCode window, at the right of the triangle and square, click on the name of your app ; select edit scheme ; select run on the left pane, select info tab at top, and look at build configuration: should be debug and not release if you want to see the log printed.

Can't see console log
 
 
Q