if (!this.remote && this.debug.anyoneWaiting)
   {
    this.reset(this.debug.accept());
    this.messages = ['Debugging ' + this.remote];
    this.readReply();
    regSetKey("hkey_current_user\\Software\\JSDB","debugger","");
    //not ready
  }  if (this.remote && !this.remote.canWrite)
  {
    this.remote.close();
    regSetKey("hkey_current_user\\Software\\JSDB","debugger",server.debug);
    this.ready = false;
    this.remote = null;
  }
我想知道那个regSetKey有什么作用以及各个参数的意思,请各位大虾帮忙,谢了