1
I own the Fedora 23 operating system and use Qt to develop graphical interfaces (GUI), however my Debugger does not work:
I’m trying to print messages on console using qDebug(), but nothing is displayed. I’ve tried everything and nothing can fix it!
What should I do to fix qDebug()?
But do you want to display on the QTIDE console or terminal? Because if it is terminal I think it should not be used
qDebug()
.– Guilherme Nascimento
Works on both!
– AndersonBS