pry / pry-stack_explorer

Walk the stack in a Pry session
Other
455 stars 28 forks source link

Rename gem, flip stack (2012) #8

Open epitron opened 12 years ago

epitron commented 12 years ago
rking commented 11 years ago

@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)

joallard commented 4 years ago

This is really interesting from a design perspective!