# XR Debug Inspector
Use xri()
to interact with the inspector.
💡 Supports topic t
, emote e
and flags f
arguments on methods.
# Pause
xri()->pause();
xri()->pause(t: 'stop', e: '⏯');
When sending pause, you will be able to control execution from the debugger:
# Memory
xri()->memory();
xri()->memory(f: XR_BACKTRACE);