Skip to content

stack-vis¤

usage: stack-vis [-h] [--no-skip] [--no-truncate] [--all-frames] [count]

Visualize stack frames of the current thread.

Each frame is annotated with the name of the function to which it belongs. Repeated lines can be collapsed by setting 'vis-skip-repeating-val' config (on by default).

Positional arguments¤

Positional Argument Help
count Number of frames to visualize. (default: 10)

Optional arguments¤

Short Long Help
-h --help show this help message and exit
-s --no-skip Don't skip repeating vals (Ignore the visp-skip-repeating-val configuration).
-n --no-truncate Display all the frame contents (Ignore the max-visualize-chunk-size configuration).
-a --all-frames Display all frames.