|
On 12/10/06, lua@zevv.nl <lua@zevv.nl> wrote:
Will the debug.debug () not do all you need ? From the manual: "Enters an interactive mode with the user, running each string that the user enters. Using simple commands and other debug facilities, the user can inspect global and local variables, change their values, evaluate expressions, and so on. A line containing only the word cont finishes this function, so that the caller continues its execution."
AUCH!! yes, debug.debug() is what I am looking for. My bad. I have no rational explanation how did I miss it in the manual. My apologies for a trivial question. Thanks, --Leo--