Re: get debug info
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: get debug info
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2001年2月22日 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