On 2014-08-02, EMF <[email protected]> wrote: > ------=_Part_975_2048813452.1406994861077 > Content-Type: text/plain; charset=UTF-8 > > > I built Sage Version 6.1.1 on my Ubuntu 14.04.1 LTS. Everything works fine > except pdb.
I imagine you'd try this with Sage 6.2... > > 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.
