lua-users home
lua-l archive

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


> am writing a lua debugger. is there a way to tell lua to execute 1 line a
> time?

Yes, but you already know it (blocking the debug hook callback ;-)

-- Roberto