class DEBUGGER__::WatchIVarBreakpoint

def setup

def setup
  @tp = TracePoint.new(:line, :return, :b_return){|tp|
    watch_eval(tp)
  }
end