luaDebugLib function

int luaDebugLib(
  1. LuaState state
)

Lua debug library, pass to LuaState.requiref.

Implementation

int luaDebugLib(LuaState state) => luaopen_debug(state.L);