Debugger console is not opening
I have created a simple hello world application in xcode using the command line utility. When i click on Build and Run. program successfully builds. I can see a message at status bar
"Debugging of He开发者_StackOverflowlloMac ended normally"But debugger console on which Hello World message should appear is not opening.
Xcode
=> Preferences
=> Debugging
=> On Startup
=> Show Console
:
alt text http://www.freeimagehosting.net/uploads/561d0aa7dc.jpg
Check your Xcode Preferences, under Debugging, the "On Start" setting.
Try shift-command-R to open the console, it doesn't open automatically as far as I know unless you use the all-in-one view and choose 'Debug' instead of 'Run'.
精彩评论