[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua_getlocal crashes after yield from a debug hook
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 16 Feb 2015 11:10:27 -0200
> ps, Could you add the ability of yielding to the debug hook lua api in
> future ?
> (for example, if a lua hook function returns true, we call lua_yield(L,0)
> in C hook )
I will check that.
-- Roberto