You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(And otherwise the same Gemfile), the bundle exec mt --demo --pry works perfectly.
I can tell you that only downgrading pry-debugger to 0.2.0 does not fix it, but you cannot try without downgrading PEE because versions prior to 0.2.3 conflict with pry-debugger.
Then you'll notice
whereami
is in theassert
itself, which I think is on mciro_test to fix, but when you hitup
you'll end up in:From: /Users/rking/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/pry-debugger-0.2.1/lib/pry-debugger/processor.rb @ line 18 PryDebugger::Processor#run:
Then the next one is: the
command = catch(:breakout_nav)
just a line above that, then the next is:/Users/rking/.rbenv/versions/1.9.3-p125/lib/ruby/gems/1.9.1/gems/pry-debugger-0.2.1/lib/pry-debugger/pry_ext.rb @ line 14 Pry.start_with_pry_debugger:
Then it keeps messing up til several frames later. Here's the showterm of it:
http://showterm.io/1ed7b6e9426bbbfa85345
The text was updated successfully, but these errors were encountered: