Paul Hankin wrote: > On Oct 19, 5:38 pm, stef mientki <[EMAIL PROTECTED]> wrote: > >> ... snip hand-coded debugger >> I couldn't come up with a better solution ;-) >> > > Does pdb not suffice? > thanks very much Paul, Never heard of that before, I looked it up, just 1 page in my book of 500 pages ;-) I'm certainly going to study that.
> Even if it doesn't; you can look up variables without using exec, > using locals()['x'] or globals()['x'] > > Didn't know that either, I'll try. thanks, Stef Mientki > -- > Paul Hankin > > -- http://mail.python.org/mailman/listinfo/python-list