Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QT Creator Debugger, Insert New Expression Evaluator
-
Hello Qt community,
I write small QML code to test debugger.
Trying to test Insert New Expression Evaluator but thi option is grey and not selectable.
-
Hello Ever,
Try to add
#include <QDebug>
to your header file. It solved this problem in a simple QWidget application for me.