lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> [...] It used to be the
> case that debug.traceback was triggered by Lua before the error was
> thrown, which allowed for some access to Lua state, but it's no longer
> the case with Lua 5.2+.

I don't think that changed in Lua 5.2.

-- Roberto