[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: get debug info
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 22 Feb 2001 09:48:54 -0300 (EST)
>Can I retrieve in what chunk (file) and in what line did error occurs?
Try getinfo(2) in handler.
(2 works when an error occurs "naturally", but it should be 3 if you call
"error".)
--lhf