pry-stack_explorer icon indicating copy to clipboard operation
pry-stack_explorer copied to clipboard

Rename gem, flip stack (2012)

Open epitron opened this issue 13 years ago • 2 comments

  • For conceptual coherence, show-stack was flipped, so that 'up' actually goes up and 'down' actually goes down.
  • 'show-stack' command was renamed to 'stack', and 'show-stack' is now an alias to 'stack' (for backwards compatability)

epitron avatar Aug 26 '12 17:08 epitron

@banister likes the consistency with ruby-debugger and gdb, but agrees that a config option would be useful.

Also, at that point, it would be useful to have a special pager var just for showing the stack, so you could pipe it to less +G so you see the bottom frames right away. (And, also, you could prepend with grep -v RailsyStuff to trim it down, if you wanted)

rking avatar Oct 20 '12 11:10 rking

This is really interesting from a design perspective!

joallard avatar May 22 '20 01:05 joallard