Unable to see debug/console in Application output
-
Hello,
I just installed Qt5.7 (MinGW, QtCreator 4.1.0) with android toolchain on Windows10 and I can't get console.log()/console.debug()/qDebug() to work in any android application. There are no errors and application seems to work fine, but debug messages simply aren't visible in Application output window.
I tried adding CONFIG += console in pro file but it didn't help.
Any ideas what may be the problem?
EDIT:
I've tested it on ubuntu linux with both gradle and ant. Same problem. -
@piJar
stupid question (just to make sure): you did connect with the debugger right?