pub fn open_debug(state: &mut LuaState) -> Result<usize, LuaError>
Open the debug library and push the module table onto the stack. Returns 1 (the table).
debug
C: LUAMOD_API int luaopen_debug(lua_State *L)
LUAMOD_API int luaopen_debug(lua_State *L)