[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Halting Lua execution for step through debugger
- From: "Tham" <tham@...>
- Date: Fri, 29 Aug 2003 17:06:19 +0800
hi,
am writing a lua debugger. is there a way to tell lua to execute 1 line a
time?
now am relying on blocking the debug hook callback.
thanks
tham