QtCreator: QML Debugger, connection refused - switch of QML debugger

Posted by Horst Walter on Stack Overflow See other posts from Stack Overflow or by Horst Walter
Published on 2012-09-07T09:36:46Z Indexed on 2012/09/07 9:37 UTC
Read the original article Hit count: 632

Filed under:
|
|

In QtCreator (2.5.2, Win7) I get a permanent / repeating output in the Debugger window. Debugging etc. all fine. Since I do not need QML debugging, how can I switch off the QML debugger? Or fix the issue in order to get rid of the repeating message.

QML Debugger: Error: (0) Connection refused
QML Debugger: Connecting to debug server 127.0.0.1:3768
QML Debugger: resolving host...
QML Debugger: connecting to debug server...

Have tried CONFIG -= declarative_debug with no effect.

Screenshot:

QML debugger message

© Stack Overflow or respective owner

Related posts about qt

Related posts about qt-creator