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.