Qt Create does not print messages to the console in the C project
Solved
Qt Creator and other tools
-
Hello, I am using SDL3 with Qt Creator 13.0.0 and CMake in C on Windows 10 with MinGW. Qt Creator does not print anything to the debug console using
printf
when the application is running, but does print everything after closing the executable. -
fflush(stdout);
helped. Thanks to @Varenx on the Qt discord server! -
-
The same for
Qt Creator 15.0.0-rc1 (14.0.84)
that I've downloaded here: https://github.com/qt-creator/qt-creator/releases