I have printf statements in multiple places in my code which I use to debug and check on the status of variables. As of yesterday, those would be visible in a window below my code editor for main.c as the program was running on screen in terminal mode. This morning, those comments are not being written to that section of the Xcode interface. I did something to turn them off, but I don't know what I did exactly and I don't know how to change it back.
Any suggestions?
Any suggestions?