Re: Adding debug hook for error/yield/resume
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Adding debug hook for error/yield/resume
- From: Roberto Ierusalimschy <roberto@...>
- Date: 2014年3月18日 10:13:11 -0300
> > Isn't xpcall enough?
>
> No, because I need it to work for chunks I didn't load.
Maybe I am missing something, but I think who loaded the chunk has no
say about error handling. Do you mean you did not call it?
-- Roberto