class Byebug::InfoCommand::FileCommand

def info_file_breakpoints(file)

def info_file_breakpoints(file)
  breakpoints = Breakpoint.potential_lines(file)
  return unless breakpoints
  breakpoints.to_a.sort.join(' ')
end