Creator warns QML debugging not enabled
Unsolved
Qt Creator and other tools
-
Hi all -
This problem just cropped up today...QML debugging had been working fine. But now, when I start the debugger, I get this warning:
QML Debugger: Ignoring "-qmljsdebugger=port:35067,block,services:DebugMessages,QmlDebugger,V8Debugger,QmlInspector,DebugTranslation". Debugging has not been enabled
QML Debugging and profiling is indeed enabled in my Build Settings, and Enable QML is checked under Run Settings-->Debugger settings.
I also get this error upon termination of a debug session:
Could not connect to the in-process QML debugger.
Don't know whether this is related or not.
Any idea what might have gone sour here? Thanks...
-
Recompile your application. Is the define QT_QML_DEBUG part of the compiler command line?