backtraceΒΆ

Print backtrace of all stack frames or innermost/outermost for count.

backtrace [full | count | -count]

  • full – qualifier prints the backtrace with values for all of the local variables.
  • count – is an integer, that prints the innermost stack frame for count frames.
  • -count – is a negative integer, that prints the outermost stack frame for count frames.

Without any qualifier, a complete backtrace is printed without local variables.