Anyone here work with Xcode much? I'm trying to build and execute an ncurses project, but when it executes, there's no output. My guess is the debugger's trying to grab what the console would be putting out if it were allowed and screwing the whole thing up.
Here's debugger the output:
Error opening terminal: unknown. looks like the offender, so if anyone else has figured out how to eliminate the problem, I'd be much appreciative.
I remember having to run xgdb as root to get a terminal.
I should note that it will execute fine if I run it outside of the Xcode debugger. And I can attach the program to the debugger after the fact, but I really would like to not add in the extra step if I don't have to.