Confirmed users
231
edits
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 | // DebuggerServer.openListener(aPort); | ||
// ...and this at the client: | // ...and this at the client: | ||
// let transport = debuggerSocketConnect(aHost, aPort); | // let transport = debuggerSocketConnect(aHost, aPort); |