How can I see the stack trace in Octave's debug mode
- by Nathan Fellman
I have a failure in some inner library function in Octave. I want to debug the calling function, but I don't know how to do it.
How can I see the stack trace?
How can I move between frames?