class Byebug::SaveCommand

def save_displays(file)

def save_displays(file)
  for d in @state.display
    if d[0]
      file.puts "display #{d[1]}"
    end
  end
end