Trouble Seeing print debug statements

I am working on an XCode project and I have some Swift functions within a helper functions file. This file has some functions declared that create 3 global variables. These global variables are then used in various views throughout the app. In the functions, there are print statements for when it catches an error. However, when I run the app and I get an error that stems from this file, there are no print statements. How can I have this print statements show up in the debug console?

Welcome to the forum.

Sorry for the trivial check. Are you sure the log panel (right one) is on display ?

Trouble Seeing print debug statements
 
 
Q