Hi, If I load some sage script and try to debug it with trace I am unable to see the code which I'm debugging
load('~/test.sage')
trace('example_func()')
yields only to an output like:
ipdb> s
--Call--
> <string>(2)example_func()
ipdb> s
> <string>(3)example_func()
which is not very helpful. If I however attach the file everything works
fine. As I want to use my scripts in the notebook and only debug on the
command line I have the impression that I need "load" in my scripts. Is
there a possibility to debug in loaded files?
--
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/groups/opt_out.
test.sage
Description: Binary data
