class DEBUGGER__::Tracer

def skip_with_pattern?(tp)

def skip_with_pattern?(tp)
  @pattern && !tp.path.match?(@pattern)
end