☈king

Results 28 comments of ☈king

https://github.com/rking/coolline/commit/c639c110cb71318a37ba0ef2d1ebd850855d2f68 # A bit of progress. Still completely missing: - everything that requires a sub-mode (arrow keys, d/c/f/F/t/T, etc) - all register-related stuff: " p P y and Y (Plus...

Now then, if you downgrade PEE and PSE in the above to: ``` gem 'pry-exception_explorer', '0.1.9' gem 'pry-debugger', '0.2.0' ``` (And otherwise the same Gemfile), the `bundle exec mt --demo...

This actually doesn't require mt. This minimal version fails in the same way: ``` echo 'def f; g end; def g; binding.pry end; f' > min.rb; bundle exec ruby -rpry...

Nice! Solves: https://github.com/pry/pry-stack_explorer/issues/11

Wait… how do you reproduce the goodness?

I really don't get what I'm doing wrong. See: https://github.com/jasonLaster/pry-debugger/commit/b31cd4d2c57f7daa2dfe6a4743f7240bd971b9de#commitcomment-2713550

I'm not sure what changed, but a bare: `gem install pry-{debugger,stack_explorer}` does not have this bug. It should be Closed.