Trace Flag
enum TraceFlag : Enum<FiberDescriptor.TraceFlag> , FiberDescriptor.FlagGroup
Content copied to clipboard
The trace flags. The flags declared as enumeration values within this Enum are for system tracing modes.
Entries
Link copied to clipboard
Content copied to clipboard
Should the interpreter record which variables are read before written while running this fiber?
Link copied to clipboard
Content copied to clipboard
Should the interpreter record which variables are written while running this fiber?