How to show Xcode debug console

I tried to see debug console as tutorial shows like below.

However, I can only see like this which looks empty in the bar.

How can I see the same debug console?

You need to run the simulator (not only the preview/canvas)
→ Top left play button

image

yuppp!!

Welcome to the community!
You’ll also see these options when using a breakpoint while debugging your code

Great! Now I can find this debug console bar.
Thanks :slight_smile:

1 Like