DebugFlags Description [Flags] enum Tinman.Core.System.DebugFlags A collection of flags that represents the debug behaviour of the process. See also LowLevel.Debug Public / Constants None public constant None → (0:int32) No flags. Debug public constant Debug → (3:int32) Bitmask of flags that enable DEBUG behaviour. See also DebugFlags.DebugAttached DebugFlags.DebugBinary DebugAttached public constant DebugAttached → (1:int32) A debugger is attached to the process. See also LowLevel.IsDebug DebugBinary public constant DebugBinary → (2:int32) Some TinmanModule instances use DEBUG mode. See also LowLevel.IsDebug ReleaseBinary public constant ReleaseBinary → (4:int32) Some TinmanModule instances use RELEASE mode. All public constant All → (7:int32) All flags. ByteOrder DefaultObjectPoolFactory