Really cool Steven, maybe we could add an option so that users can activate this option from our Preferences page.

El 05/11/13 03:41, Steven Silvester escribió:
You can add the following to the end of sitecustomize.py:

import traceback
def info(type, value, tb):
     traceback.print_exception(type, value, tb)
     pdb.pm()
sys.excepthook = info


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to