Post marked as unsolved
Click to stop watching this post.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 0 replies
91
Views
Using C in Xcode
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?