The webkit-agent and the code running within the profiled process communicate over websockets on port 3333. I believe hard coding this port means that two developers can't both profile their code on the same machine at the same time. There should be an environment variable that can override the default port of 3333.
The webkit-agent and the code running within the profiled process communicate over websockets on port 3333. I believe hard coding this port means that two developers can't both profile their code on the same machine at the same time. There should be an environment variable that can override the default port of 3333.