Could not connect to the in-process QML profiler
Solved
Qt Creator and other tools
-
One needs to add
#include <QQmlDebuggingEnabler>
QQmlDebuggingEnabler enabler;If this is in the documentation, it is not at a very prominent place
@maxwell31 does not work for me, get error:
Could not connect to the in-process QML profiler within 128 s. Do you want to retry and wait 256 s?
Any other ideas?