开发者

Clicking "Run" in XCode runs my command line app, but the console windows does not appear

开发者 https://www.devze.com 2023-01-05 01:42 出处:网络
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 \"Bu

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消