class DEBUGGER__::ExceptionTracer

def skip_with_pattern?(tp)

def skip_with_pattern?(tp)
  super && !tp.raised_exception.inspect.match?(@pattern)
end