Is there the equivalent of next in Pry? Is there the equivalent of next in Pry? ruby ruby

Is there the equivalent of next in Pry?


Ctrl+D, you can jump to next break or exit


Recommend to use pry-byebug if ruby version >2.0


If you want (this and more) debugging features you'll need to use pry_debug: https://github.com/Mon-Ouie/pry_debug