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

Walk the stack in a Pry session

Results 17 pry-stack_explorer issues
Sort by recently updated
recently updated
newest added

We added the feature @banister requested to use more specific syntax to jump stack frames. This included a minor refactor of find_frame_by_regex in commands to avoid code duplication.

The current situation is quite sad: ``` #63 [block] block (3 levels) in ```

feature

- 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...

The README has some external files it tries to load: ![image](https://user-images.githubusercontent.com/1711530/59639923-64048480-9111-11e9-8bb8-c19ea100e6fc.png)

I had an idea to call a variable `up` and here is what I got: ```ruby [8] pry(main)> up=Class.new => # [9] pry(main)> up = Class.new Error: No frame that...

I have an open Pry session, and want to inspect contexts higher in the call stack. Is it possible to plug this into an existing Pry session (or re-invoke Pry...

After upgrading to pry 0.10, I started seeing `when_started hook failed: NoMethodError: private method `eval' called for nil:NilClass /usr/local/opt/rbenv/versions/1.9.3-p545/lib/ruby/gems/1.9.1/gems/pry-stack_explorer-0.4.9.1/lib/pry-stack_explorer.rb:109:in `bindings_equal?'` after every command. I created a new gemfile to test...