class Byebug::Context

def at_line(file, line)

def at_line(file, line)
  handler.at_line(self, file, line) unless ignored_file?(file)
end