class Byebug::OptionSetter

def stop

def stop
  @opts.on "-s", "--[no-]stop", "Stop when script is loaded" do |v|
    @runner.stop = v
  end
end