[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Help with debug interface
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 11 Dec 2001 14:22:05 -0200
>I can get a list of the variables (using lua_getlocal),
>but I don't know how to get their values.
lua_getlocal leaves the value on the top of the stack.
--lhf