class DEBUGGER__::UI_ServerBase

def ask prompt

def ask prompt
  sock do |s|
    s.puts "ask #{Process.pid} #{prompt}"
    @q_ans.pop
  end
end