Searched defs:lua_Debug (Results 1 – 1 of 1) sorted by relevance
141 typedef struct lua_Debug lua_Debug; typedef498 struct lua_Debug { struct499 int event;500 const char *name; /* (n) */501 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */502 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */503 const char *source; /* (S) */504 size_t srclen; /* (S) */505 int currentline; /* (l) */506 int linedefined; /* (S) */[all …]