lua-users home
lua-l archive

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


I would like to use the reflexive debug interface to identify
every Lua statement that is never executed.  My hope was to enumerate
all the possible statements, then to use the line hook to find those
that were executed.  Any left over are not executed.

Is there any way to enumerate all statements (or even all line numbers)
in all Lua functions?


Norman