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? Even if it doesn't; you can look up variables without using exec, using locals()['x'] or globals()['x'] -- Paul Hankin -- http://mail.python.org/mailman/listinfo/python-list