class DEBUGGER__::ThreadClient

def event! ev, *args

def event! ev, *args
  debug_event(ev, args)
  @q_evt << [self, @output, ev, generate_info, *args]
  @output = []
end