[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Bug in debug hooks?
- From: "Daniel C. Sinclair" <uf657@...>
- Date: Wed, 19 Jun 2002 18:37:38 -0700 (PDT)
On Tue, 18 Jun 2002, Roberto Ierusalimschy wrote:
> I think you are right. Can you try the following correction?
>
> lvm.c:82:
> < luaD_lineHook(L, base-2, newline, linehook);
> ---
> > luaD_lineHook(L, base-1, newline, linehook);
This works great. Thanks for fixing it so quickly.
Debugging is so frustrating when the debugger itself has bugs!
Daniel
PS: To bad I didn't get this bug report in before you released 4.0.1