[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: debug.debug() and local variables
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 24 Nov 2010 21:56:31 -0200
> 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.