lua-users home
lua-l archive

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


>So, NOW, could I do to have the same stepping execution with LUA ? I don't
>want to use the tricks about using the debug hook...

It seems that a combination of coroutines and hooks would do it.
Why don't you want to use hooks?
--lhf