|
Graphite Version 3
An experimental 3D geometry processing program
|
Small class to debug wrong management of Lua stack. More...
#include <OGF/gom/lua/interop.h>
Public Member Functions | |
| StackDebugger (lua_State *L, const std::string &name="", int line=0) | |
Static Public Member Functions | |
| static void | stacktrace (lua_State *L) |
| static void | dump_table (lua_State *L, int index) |
| static const char * | type_to_string (int type) |
Small class to debug wrong management of Lua stack.
Detects whenever Lua stack size changes inside a function