in lib/pry-byebug/commands/continue.rb [30:39]
def process
PryByebug.check_file_context(target)
breakpoints.add_file(current_file, args.first.to_i) if args.first
breakout_navigation :continue
ensure
Byebug.stop if Byebug.stoppable?
end