On Sun, Jul 5, 2009 at 5:12 AM, Kwankyu<[email protected]> wrote: > > Hi, > > How can I set Sage (or IPython?) in Sage command line to print less > verbose (only the most recent call that triggered the error) > tracebacks for errors, like in Sage Notebook? Is this possible?
Yes. See $HOME/.sage/ipython/ipythonrc... in particular: "# Valid modes: Plain, Context and Verbose. # Plain: similar to python's normal traceback printing. # Context: prints 5 lines of context source code around each line in the # traceback. # Verbose: similar to Context, but additionally prints the variables currently # visible where the exception happened (shortening their strings if too # long). This can potentially be very slow, if you happen to have a huge data # structure whose string representation is complex to compute. Your computer # may appear to freeze for a while with cpu usage at 100%. If this occurs, you # can cancel the traceback with Ctrl-C (maybe hitting it more than once). #xmode Plain xmode Context #xmode Verbose " > > > -- William Stein Associate Professor of Mathematics University of Washington http://wstein.org --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
