ipython console traps stack trace on exception
Brought to you by:
fabioz
I think that you are trapping the stack traces somehow when ipython dies on an exception.
Usually after:
ValueError: value does not have the same key
you can type %debug and get into the the stack but in pydev:
>>> %debug
ERROR: No traceback has been produced, nothing to debug.