You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opens a REPL (replace-eval-print loop) prompt where you can enter and evaluate Lua commands against the current script environment.
debug.prompt()
This call is also tied to the --interactive flag: specifying this flag will open a prompt after the project scripts have been executed and "baked" for the current environment.