class Byebug::Context

def at_breakpoint(breakpoint)

def at_breakpoint(breakpoint)
  handler.at_breakpoint(self, breakpoint) unless
    IGNORED_FILES.include?(breakpoint.source)
end