C
MCU.Config.debugBytecode
Description
The property is a QmlProject flag that enables or disables adding the JavaScript bytecode as comments into the generated sources.
It is set to false by default.
Usage
MCU.Config {
debugBytecode: false
}Since
This property was introduced in QmlProject API 1.3 .
See also QUL_DEBUG_BYTECODE.
Available under certain Qt licenses.
Find out more.