Debugger Client API: Difference between revisions

Jump to navigation Jump to search
Line 34: Line 34:
   }
   }
   // For an nsIServerSocket we do this:
   // For an nsIServerSocket we do this:
   DebuggerServer.openListener(2929, true); // A localhost-only connection on port 2929.
   DebuggerServer.openListener(2929); // A connection on port 2929.
}
}


Confirmed users
231

edits

Navigation menu