Skip to content

Instantly share code, notes, and snippets.

@banister
Created February 12, 2012 05:01
Show Gist options
  • Save banister/ed0cd3c299ddbd912e6d to your computer and use it in GitHub Desktop.
Save banister/ed0cd3c299ddbd912e6d to your computer and use it in GitHub Desktop.
[2] (pry) main: 0> show-stack -h
Usage: show-stack [OPTIONS]
Show all accessible stack frames.
e.g: show-stack -v
options:
-v, --verbose Include extra information.
-H, --head Display the first N stack frames (defaults to 10).
-T, --tail Display the last N stack frames (defaults to 10).
-c, --current Display N frames either side of current frame (default to 5).
-h, --help Show this message.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment