lua-users home
lua-l archive

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


>From lua-l@tecgraf.puc-rio.br  Mon Mar 20 22:43:09 2000
>From: Dave Bollinger <DBollinger@compuserve.com>
>
>   Second, you CAN do this with "plain" Lua if you're willing to suffer
>some performance penalty.  The setup is to store those scripts as text and
>then do the line-by-line code stepping yourself.

There's also the line hook...
--lhf