class PryByebug::StepCommand
Run a number of Ruby statements and then stop again
Public Instance Methods
Source
# File lib/pry-byebug/commands/step.rb, line 26 def process PryByebug.check_file_context(target) breakout_navigation :step, times: args.first end