Clicking "Run" in XCode runs my command line app, but the console windows does not appear
Well, 开发者_Go百科the title pretty much sums it up, really. I've only just started toying around with XCode and stumbled upon this while coding the obligatory "Hello, World" app. When I click "Build And Run" (or just Run), my app runs, but XCode doesn't bring up the console window, so I can't, for example, see its output.
If I double-click the executable on the Detail View list, the terminal window appears as expected.
I suspect I'm doing something stupid, but don't know yet what it is. I'm running XCode 3.2.2 on Snow Leopard.
Thanks.
⌘-, select debugging, and change the "on start" value to "Show console & Debugger."
You can choose the other options, depending on your style. See the debugging guide for more details.
-S!
精彩评论