cout in Qt Creator output window
Unsolved
General and Desktop
-
Hi,
in my GUI application, I can see std::cout output in the Creator output window when I RUN the application (Ctrl-R), but not when I DEBUG the application (F5) [release and debug].
Is there a way to configure Creator to show cout output also when debugging within Creator?
And, yes: I know qDebug() etc., but I have non-Qt sub-projects.
thx