lua-users home
lua-l archive

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


> generated from the __gc metamethod (even though the lines do get
> executed):
> 
> [...]
> 
> "GC" is printed, but no line event is generated. I get the same result
> with Lua 5.2. Is this by design?

Yes.

-- Roberto