My combination definitely works on sample app..
QtCreator 4.3.1, Qt 5.9.1, QtQuick 2 (msvc2017, windows 10x64).
Thank you for the hint with debugger log, will check it!
André Pönitz писал(а) в своём письме Fri, 11 Aug
2017 20:53:47 +0300:
On Fri, Aug 11, 2017 at 05:48:43PM +0300, Alexande
On Fri, Aug 11, 2017 at 05:48:43PM +0300, Alexander Ivash wrote:
> 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 d
Hmm.. ok, I will try.. But I'm a bit skeptical it will help because
I've never seem 'waitng for connection' (although I know for sure
there is QQuickWindow creation in code). Is there any tricks which
might force QML Debugger to start listening connections earlier and
attach it to QML engine manual
On 08/11/2017 05:01 PM, Alexander Ivash wrote:
> But then way don't I see 'waiting for connection... ' ?
Because it only starts waiting for connections once a QML engine exists. Before
that there is nothing to debug anyway.
> Also, If what you say is true, then is it possible to increase this t
But then way don't I see 'waiting for connection... ' ? Also, If what
you say is true, then is it possible to increase this timeout ?
2017-08-11 17:54 GMT+03:00 Ulf Hermann :
> On 08/11/2017 04:48 PM, Alexander Ivash wrote:
>> On launching debugger I see 'QML debugging is enabled. Only use this in
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 befo
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