Can I inspect variables on the stack after there is an uncaught exception in Python/Pydev/Eclipse? I'd like to go back in stack levels and see the local variables.
I suppose there are ways to hack this in Python, but is there an easy way in Eclipse?