lua-users home
lua-l archive

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


> So, how can I inspect and change the local variables in the scope that
> debug.debug() was called? Does it mean that I have to use functions like
> debug.getinfo() and debug.getlocal() to access the current context?

Yes.
 
> There surely must be a simpler way... :)

Use a real debugger; debug.debug is very simple minded.