XCode version is 3.2.6 running on Snow Leopard. A simple C++ console program I'm working on is opening in the Debugger Console. But it doesn't do anything:
However, when I run it from Terminal, it works fine, so the issue is not the program itself. The issue seems related to XCode. I'm loading the code into XCode by starting a new project, and replacing the "Hello World" code in main with my code.
Code:
Loading program into debugger…
Program loaded.
run
[Switching to process 262]
Running…
$$$$$$$$$$$$$$$$$$ Welcome to THE GODFATHER Role Playing Game $$$$$$$$$$$$$$$$$$
Main Menu
---------
1) See Rules
2) Play Game
3) Quit
1
2
3
0
4
However, when I run it from Terminal, it works fine, so the issue is not the program itself. The issue seems related to XCode. I'm loading the code into XCode by starting a new project, and replacing the "Hello World" code in main with my code.
Last edited: