backsubst SciMax Toolbox barsplot

SciMax Toolbox >> backtrace

backtrace

Maxima Function

Calling Sequence

backtrace ()
backtrace(n)

Description

Prints the call stack, that is, the list of functions which called the currently active function.

backtrace() prints the entire call stack.

backtrace (n) prints the n most recent functions, including the currently active function.

backtrace can be called from a script, a function, or the interactive prompt (not only in a debugging context).

Examples:

backsubst SciMax Toolbox barsplot