class PryByebug::NextCommand


Run a number of lines and then stop again

def process

def process
  return if check_multiline_context
  PryByebug.check_file_context(target)
  breakout_navigation :next, lines: args.first
end