[Interest] QML debugger doesn't work for big cmake-based project

Ulf Hermann ulf.hermann at qt.io
Fri Aug 11 16:54:06 CEST 2017


On 08/11/2017 04:48 PM, Alexander Ivash wrote:
> 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. 

Does your application do anything complicated before creating the first QML engine? The line is printed and the debugger is initialized once the first QML engine gets created. If that takes forever, Qt Creator might assume that there is no QML engine and give up.

cheers,
Ulf



More information about the Interest mailing list