Skip to main content

open_debug

Function open_debug 

Source
pub fn open_debug(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

Open the debug library and push the module table onto the stack. Returns 1 (the table).

C: LUAMOD_API int luaopen_debug(lua_State *L)