I'm experiencing issues with enabling QML debugger for huge
cmake-based project. I've added add_definitions(-DQT_QML_DEBUG) and
enabled checkbox in Qt Creator but breakpoints never triggered. On
launching debugger I see 'QML debugging is enabled. Only use this in a
safe environment.' but don't see 'Waiting for connnection...', so it
looks line debugger is not completely initialized. To check if this
might be the case I've tried to launch application with
"-qmljsdebugger=port:62629,block,services:DebugMessages,QmlDebugger,V8Debugger,QmlInspector"
and attach to 62629 with QtCreator - it failed to attach.

>From the other side in newly-created sample cmake-based 'hello world'
application QML debugger works just fine in both cases (when initiated
by QtCreator and when initiated manually with QtCreator attached
later) so this is not an issue with environment/Qt installation.

What might be wrong? Is there any logs from QML debugger which I can review?
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to