Expand description
Lua debugging interface.
This module provides access to the Lua debug interface, allowing inspection of the call stack,
and function information. The main types are Debug for accessing debug information
and HookTriggers for configuring debug hooks.
Structs§
- Debug
- Contains information about currently executing Lua code.
- Debug
Names - Contains the name information of a function in the call stack.
- Debug
Source - Contains the source information of a function in the call stack.
- Debug
Stack - Contains stack information about a function in the call stack.
- Hook
Triggers Non- luau - Determines when a hook function will be called by Lua.
Enums§
- Debug
Event Non- luau - Represents a specific event that triggered the hook.