Debugger Client API: Difference between revisions

Jump to navigation Jump to search
Line 215: Line 215:
   let transport = DebuggerServer.connectPipe();
   let transport = DebuggerServer.connectPipe();
   // For an nsIServerSocket we do this:
   // For an nsIServerSocket we do this:
   // DebuggerServer.openListener(aPort, aLocalOnly);
   // DebuggerServer.openListener(aPort);
   // ...and this at the client:
   // ...and this at the client:
   // let transport = debuggerSocketConnect(aHost, aPort);
   // let transport = debuggerSocketConnect(aHost, aPort);
Confirmed users
231

edits

Navigation menu