Re: [Interest] Weird issue: Debugger won't start when qInstallMsgHandler is used

2014-09-05 Thread Mike Nolan
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

Re: [Interest] Weird issue: Debugger won't start when qInstallMsgHandler is used

2014-09-05 Thread Thiago Macieira
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

Re: [Interest] Weird issue: Debugger won't start when qInstallMsgHandler is used

2014-09-04 Thread Koehne Kai
> 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

Re: [Interest] Weird issue: Debugger won't start when qInstallMsgHandler is used

2014-09-04 Thread Thiago Macieira
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 hasn’t loaded yet) b

[Interest] Weird issue: Debugger won't start when qInstallMsgHandler is used

2014-09-04 Thread Mike Nolan
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