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
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to