deivid-rodriguez/pry-byebug

Suggestion: Multiple command calls

Opened this issue · 0 comments

Sometimes while in a loop I'd like to end it or get to the middle element. Typing next a bunch of times is not practical.

It would be awesome if there was a feature where you could say how many times you want to type the command. Something like this:

next for 5
next times 5
5 times do next

And it would call next 5 times