class Byebug::Context
def at_tracing(file, line)
def at_tracing(file, line) handler.at_tracing(self, file, line) unless IGNORED_FILES.include?(file) end
def at_tracing(file, line) handler.at_tracing(self, file, line) unless IGNORED_FILES.include?(file) end