debugger Mac OS
-
So it's not even a Qt based application ?
-
I'm trying to start with something minimal, just to get it working.
I think I may have found the problem, though...the run option "Run In Terminal" was checked by default. I removed that, and I think it's working, though I"m not sure what I'll do if I need to furnish input.
-
Haaaaa, didn't thought about that one… You can check the Environment part in the Preferences to see what terminal it's using. That might explain why XQuartz gets started.
-
I don't know if it can be considered a bug… I haven't used the Terminal for debugging for a long time.
-
Non-Qt project -> Plain C or Plain C++ application
-
Ok sorry, I get it now.
The thing is, it should work but there's something that seems to start maybe Xterm rather than Terminal. What happens if you call
/Applications/Qt\ Creator.app/Contents/MacOS/../Resources/scripts/openTerminal.command
from your terminal ? -
I don't have anything in that path. My installation is in /Developer/Applications.
If I run:
/Developer/Applications/Qt/Qt\ Creator.app/Contents/MacOS/../Resources/scripts/openTerminal.command
Then I get a new terminal window, but it's under control of the shell, not my app.