[sage-support] Re: Why can't I see my code while debugging with trace?

2013-11-07 Thread Dima Pasechnik
On 2013-11-06, Nils Bruin nbr...@sfu.ca wrote: On Wednesday, November 6, 2013 1:56:12 AM UTC-8, Tobias Weich wrote: 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

[sage-support] Re: Why can't I see my code while debugging with trace?

2013-11-07 Thread Nils Bruin
On Thursday, November 7, 2013 3:02:11 PM UTC-8, Dima Pasechnik wrote: wow, this must be in the docs! I agree, but for instance on http://www.sagemath.org/doc/reference/cmd/sage/misc/trace.html it isn't mentioned, so is it in the docs? -- You received this message because you are

[sage-support] Re: Why can't I see my code while debugging with trace?

2013-11-06 Thread Nils Bruin
On Wednesday, November 6, 2013 1:56:12 AM UTC-8, Tobias Weich wrote: 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--