[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Halting Lua execution for step through debugger
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 29 Aug 2003 09:28:52 -0300
> 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