简体   繁体   中英

How to disable QML Debugger in Qt Creator entirely?

How can I disable QML debugging in QtC entirely? I can disable it from the run settings, but for some reason it is always switched (back) on.

I do not use QML in the UI, but I use the JavaScript engine for other purposes (pure guess, is that why it is always "on"?). But I entirely want to disable QML debugging, as this always "hangs" and is not needed (at my place).

How can I do that?

QML调试器

I can uncheck "Enable QML" but is always checked "on" again when I restart QtC.

在“ 构建设置”中的 构建步骤”中取消选中“ 启用QML调试和分析 ”选项

Just some details:

You are correct it is here, when I check QML CONFIG+=qml_debug is added to the cmd line. Wonder if the CONFIG-=qml_debug in the .pro reverts that(the idea is good)

P:.....in\\qmake.exe H:\\Pr...pro -spec win32-msvc "CONFIG+=debug" "CONFIG+=qml_debug" && P:/Qt/Tools/QtCreator/bin/jom.exe qmake_all

QML调试

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM