Re: debug hook callback is not called from __gc metamethod
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: debug hook callback is not called from __gc metamethod
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2017年9月19日 08:49:44 -0300
> 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