Sounds good, will do.
On Wed, Nov 13, 2013 at 7:17 AM, Carlos Córdoba <[email protected]>wrote: > 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 a topic in the > Google Groups "spyder" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/spyderlib/4gLz81s_zhc/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- 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.
