class DEBUGGER__::Tracer

def skip? tp

def skip? tp
  ThreadClient.current.management? || skip_path?(tp.path) || skip_with_pattern?(tp)
end