How can I see the stack trace in Octave's debug mode

Posted by Nathan Fellman on Stack Overflow See other posts from Stack Overflow or by Nathan Fellman
Published on 2010-03-16T20:19:21Z Indexed on 2010/03/16 20:21 UTC
Read the original article Hit count: 455

Filed under:
|
|
|

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?

© Stack Overflow or respective owner

Related posts about octave

Related posts about debugging