class Byebug::Context

def at_tracing


Tracing handler
def at_tracing
  return if ignored_file?(file)
  processor.at_tracing
end