Motoko ReferencesDebugOn this pageDebugDebugging aidsValue printlet print : Text -> ()print(t) emits text t to the debug output stream. How this stream is stored or displayed depends on the execution environment.Value traplet trap : Text -> Nonetrap(t) traps execution with a user-provided message.