|
> On a per-line basis isn't too bad, but would it > trigger on something like: for index in table do print("Index: > ["..index.."]") end, where the entire block is on a single line? Yes. Lua calls the line hook everytime it does a backward jump. -- Roberto