C

MCU.Config.debugBytecode

Indicates whether to include JavaScript bytecode.

Description

The property either 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.