class DEBUGGER__::Session
def create_thread_client th
def create_thread_client th : Ractor support "Only session_server can create thread_client" unless Thread.current == @session_server ients[th] = ThreadClient.new((@tc_id += 1), @q_evt, Queue.new, th)