[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: LUA 4 error tracking?
- From: "Zdenek Stangl" <stangl@...>
- Date: Wed, 29 Oct 2003 12:51:14 +0100
Thanx! Works perfectly! :)
pta.
-----Original Message-----
From: Luiz Henrique de Figueiredo [mailto:lhf@tecgraf.puc-rio.br]
Sent: Wednesday, October 29, 2003 12:32 PM
To: lua@bazar2.conectiva.com.br
Subject: Re: LUA 4 error tracking?
>users of my application are calling for detailed error tracking in lua scripts. For now I just register the _ERRORMESSAGE by
>
>...
>
>Is there any way how to get also the line number in script which has caused an error?
Redefine _ALERT instead of _ERRORMESSAGE.
--lhf