I built Sage Version 6.1.1 on my Ubuntu 14.04.1 LTS. Everything works fine except pdb.
I enter the debugger from pdb.set_trace() and none of pdb's outputs are useful. Example file # test.sage import pdb pdb.set_trace() factorial(30) In the sage interpreter, sage: load 'test.sage' (Pdb) l [EOF] (Pdb) q ** a big Traceback error ** I have looked online extensively and no one else seems to be having this problem. I'm at a complete loss. -- You received this message because you are subscribed to the Google Groups "sage-support" 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/sage-support. For more options, visit https://groups.google.com/d/optout.
