lua-users home
lua-l archive

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


>	Is there any way to dump the lua "call stack" when an error occur?

The IO library already does that. Or am I missing something?
If you do not use the IO library, you can always copy the code from there:
the function is errorfb and you have to register it as "_ERRORMESSAGE".
--lhf