|
Even with debug info stripped, the compiled chunk will still contain line number information (which, in practice, I find very helpful btw.).No, it will not. Stripping debug info gets rid of source name, line numbers, name and scope of local variables, names of upvalues. See http://www.lua.org/source/5.2/ldump.c.html#DumpDebug
Ummm... does it also remove the line numbers stating where function definitions start and stop?
Ashwin.