How can I see qDebug messages while debugging in QtCreator

前端 未结 7 1448
感动是毒
感动是毒 2021-02-04 06:38

I\'m making the transition from Eclipse CDT (with Qt integration plugin) to QtCreator 2.0 but there is still one thing that bother me with QtCreator :

When I debug in Qt

相关标签:
7条回答
  • 2021-02-04 07:20

    To add to the above answers..

    Always make sure to build in debug mode and not in release mode.. As qDebug() , only works with the debug build.

    This was the silly mistake i made, before my search for the led me here, and i wanted to add this fine but important point, to the list of other answers.

    0 讨论(0)
提交回复
热议问题