[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: How to acquire the name of the variables passes to the self-defined C function which has been successfully set by lua_register()?
- From: Sudipto Mallick <smallick.dev@...>
- Date: Thu, 21 Jan 2021 12:52:40 +0530
Lua tells us where the error occured: the file name and line number.
How can the line itself be printed in the stack traceback? Why does
not Lua do that already?
--Sudipto Mallick