Defines the debugging settings that can be toggled during development.
Controls how much debug information is written to the console.
'none': No debug messages are logged. 'xstate': Only logs events that were accepted by the state machine. 'all': Logs all debug messages.
'none'
'xstate'
'all'
'xstate' Copy
Defines the debugging settings that can be toggled during development.