class DEBUGGER__::Session

def on_thread_begin th

def on_thread_begin th
  if @th_clients.has_key? th
    # TODO: NG?
  else
    create_thread_client th
  end
end