在QtCreator(2.5.2,Win7)中,我在Debugger窗口中获得了一个永久/重复输出。调试等都很好。由于我不需要QML调试,如何关闭QML调试器?或者解决问题以摆脱重复的消息。
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...
已尝试CONFIG -= declarative_debug
但没效果。
截图:
答案 0 :(得分:2)
在Qt Creator中,转到“项目”模式,在“运行设置”中,转到“调试器设置”并取消选中“启用QML调试”。这将禁用QML调试。