nixme / pry-nav

Binding navigation commands for Pry to make a simple debugger
MIT License
390 stars 35 forks source link

Debug a each with next #25

Closed thiagogsr closed 2 years ago

thiagogsr commented 8 years ago

Hi there

My code is like it

[1, 2, 3].each do |i|
  next if i == 2
  puts i
end

If I put a binding.pry inside the method and call this each, the pry understand this each next as pry next. Is there a way to fix it?

iloveitaly commented 2 years ago

I've never run into this, and it's an old issue. Closing this out.