lua-users home
lua-l archive

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


> I currently have a remote debugger up and running. My problem is that
> in some cases I can't properly evaluate expressions. [...] I haven't
> seen one though. Is this beceause I need to read the manual once
> again, or is there really nothing I can do ?

Currently there is nothing you can do, besides a disclaimer that your
debugger do not handle upvalues :-(  We will correct that, but maybe
not before 5.1...

-- Roberto