Re: Odd behaviour of debugging hooks
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Odd behaviour of debugging hooks
- From: "Clemens Hofreither" <clemens.hofreither@...>
- Date: 2008年2月11日 19:48:22 +0100
On 11 Feb 2008 at 16:32, Roberto Ierusalimschy wrote:
> >>From the Lua manual, about debug.sethook (emphasis added):
>
> When the hook is called, its first parameter is a string describing
> the event that has triggered its call: "call", "return" (OR "TAIL
> RETURN"), "line", and "count".
Ah, thank you. I had only been referring to "Programming in Lua" (which does not mention this)
and should have checked the manual. My apologies.
Regards,
Clemens