Friday, August 8, 2008

Run Log in XCode 3

I haven't been using XCode for a while, but when I had time to play again with it, I was missing the window where you could see your @NSLog outputs. Before XCode 3, I remember that it was visible in a dedicated "Run Log" window. Luckily Mikey-San on macosxhints.com came to the rescue:
The "run log" is no more in Xcode 3. What you want is the debugging console.
Xcode > Preferences > Debugging > On Start: Show Console
You can also show the console with:
Run > Console

No comments: