class SporkDebugger::EachRunState

def wait_for_connection

def wait_for_connection
  while Debugger.handler.interface.nil?; sleep 0.10; end
end