<canvas debug="true" height="150"> <debug y="5%" height="90%"/> <script> Debug.format("Hello %s!\n", 'world'); Debug.debug("Click there -> %w to inspect the object", {a: 1, b: 2}); </script> </canvas>