[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: question on debug hooks
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sat, 6 Apr 2013 16:25:32 -0300
> I read that and already figured it would be opcode instructions. But
> in the case when a number is provided, the mask is ignored, but still
> checked. From what I read I tried a nil value for mask, but that
> failed with a "string expected" error.
The mask is not ignored when a number if provided, as your own example
showed (hooks are called for every line *and* for every n-th instruction).
-- Roberto