Re: [Ecls-list] How to get backtrace of function calls

2013-03-13 Thread Anton Vodonosov
13.03.2013, 22:01, "Robert Dodier" : > Hello, > > I am working with Maxima and I'd like to get a backtrace of > function calls. :backtrace doesn't provide much info -- it prints > just one stack frame (namely RUN). Is there a way to enable >  :backtrace to print a frame for every Lisp function ca

[Ecls-list] How to get backtrace of function calls

2013-03-13 Thread Robert Dodier
Hello, I am working with Maxima and I'd like to get a backtrace of function calls. :backtrace doesn't provide much info -- it prints just one stack frame (namely RUN). Is there a way to enable :backtrace to print a frame for every Lisp function call? Maybe a compile-time option or a run-time opti