qDebug() doesn't work on Xubuntu 17.10 only qWarning() or qCritical()
Solved
General and Desktop
-
Neither console.log in QML. How can i fix this?
-
Installed online. Quick Controls 2 app.
For now just found the solution from here
created ~/.config/QtProject/qtlogging.ini file containing:[Rules] *.debug=true qt.*.debug=false *.warning=true *.critical=true kscreen.*=true ; <EOF>
and it helped. Really strange behaviour though, used xubuntu 16.04 before and everything was good.
-
Hi
is that in a plain default Qt Widgets project?
Also what Qt version ?
Is it install from online or did you build it your self? -
Installed online. Quick Controls 2 app.
For now just found the solution from here
created ~/.config/QtProject/qtlogging.ini file containing:[Rules] *.debug=true qt.*.debug=false *.warning=true *.critical=true kscreen.*=true ; <EOF>
and it helped. Really strange behaviour though, used xubuntu 16.04 before and everything was good.