TraceFlag

The trace flags. The flags declared as enumeration values within this Enum are for system tracing modes.

Entries

Link copied to clipboard
TRACE_VARIABLE_WRITES(Flag.TRACE_VARIABLE_WRITES)

Should the interpreter record which variables are written while running this fiber?

Link copied to clipboard
TRACE_VARIABLE_READS_BEFORE_WRITES(Flag.TRACE_VARIABLE_READS_BEFORE_WRITES)

Should the interpreter record which variables are read before written while running this fiber?

Properties

Link copied to clipboard
open override val flag: FiberDescriptor.Flag

The Flag that this enum represents.

Link copied to clipboard
open val mask: Int
Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int