Hey folks
Does anyone happen to know of some pre-existing C that does what luaL_traceback does, but returns the traceback as some kind of C datastructure (a flat string, or an array of strings, I imagine) rather than pushing it onto the Lua stack? I'd like to have such a thing for debug logging purposes.
Cheers,
--