lua-users home
lua-l archive

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


>Can I retrieve in what chunk (file) and in what line did error occurs?

Try getinfo(2) in handler.
(2 works when an error occurs "naturally", but it should be 3 if you call
"error".)

--lhf