lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


lhf@tecgraf.puc-rio.br (Luiz Henrique de Figueiredo) wrote:
> >> Jim  Mathies <Jim@mathies.com> wrote:
> >> > Do you know of any way to interrupt the running VM by making a call
> >> > into it while a separate thread is executing a program?
> 
> You may try to set the call hook and then call error inside it.
> I think this will interrupt the current chunk.

That's very slow, isn't it?

Steve