[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Re[2]: executing dostring on 'local' level
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 13 Mar 2001 11:08:05 -0300 (EST)
>One of the reasons that I would like to see dostring execute at the 'local'
>level is during debugging.
Ah, then it's ok :-)
You could set up get/setglobal tag methods before running the string so that
names are first resolved in the local scope.
ldb probably does something like that.
--lhf