I want to see qDebug()
messages in Windows cmd
as qDebug() writes to cerr
I just did
std::cerr.rdbuf(std::cout.rdbuf());
Which didn't work. I still don't see the debug messages on cmd
.
I want to see qDebug()
messages in Windows cmd
as qDebug() writes to cerr
I just did
std::cerr.rdbuf(std::cout.rdbuf());
Which didn't work. I still don't see the debug messages on cmd
.