diff --git a/stepmania/src/LuaManager.cpp b/stepmania/src/LuaManager.cpp index 09904fa372..40bd8e1b5d 100644 --- a/stepmania/src/LuaManager.cpp +++ b/stepmania/src/LuaManager.cpp @@ -190,6 +190,7 @@ LuaManager::LuaManager() luaopen_math( L ); luaopen_string( L ); luaopen_table( L ); + luaopen_debug( L ); lua_settop(L, 0); // luaopen_* pushes stuff onto the stack that we don't need RegisterTypes();