On 9/5/2014 1:20 AM, Koehne Kai wrote:
>> Subject: Re: [Interest] Weird issue: Debugger won't start when
>> qInstallMsgHandler is used
>>
>> On Thursday 04 September 2014 11:57:33 Mike Nolan wrote:
>>> I cannot understand why this is, however. Is this a bug
On Friday 05 September 2014 06:20:51 Koehne Kai wrote:
> Qt Creator again waits for a "QML: Waiting for connection on port..." line
> before it tries to connect to this port. Anyhow, if it doesn't get the
> message it should try to connect after 8 seconds in any case. But I just
> tried, and this i
> Subject: Re: [Interest] Weird issue: Debugger won't start when
> qInstallMsgHandler is used
>
> On Thursday 04 September 2014 11:57:33 Mike Nolan wrote:
>> I cannot understand why this is, however. Is this a bug in
>> QDeclarativeDebugServer or am I mayb
On Thursday 04 September 2014 11:57:33 Mike Nolan wrote:
> I cannot understand why this is, however. Is this a bug in
> QDeclarativeDebugServer or am I maybe breaking a rule about using
> qInstallMsgHandler? I have a slightly better workaround (always printing
> if the QML file hasnt loaded yet) b
I have a weird issue that I finally tracked down.
I am using Qt Creator (2.8.1). When I was in debug mode, and hit the Start
Debugging button, the application would never actually load. Finally, I
traced it down to qInstallMsgHandler if I commented out that line then
the application would again