|
> I am wondering if there is an easy way to set an error handler > function when calling lua_resume. No :( > But it appears that the stack has been unwound by the time lua_resume > returns. This changed in 5.1. Now you can do a traceback after an ocasional error. -- Roberto