Automatically update websocket frame in chrome web inspector

google-chrome, websocket

Solution

Unfortunately this is still the case even in dev channel (`v27` atm) and looking at Chromium bugtracker it doesn't seem to be planned either.

Relevant issue here

You can vote on it, though I cannot say if that actually accomplishes anything.

Problem

When I inspect a web socket in Google Chrome Web Inspector, (see Chrome Web Inspector Web Socket Debugging), I have to keep clicking the socket on the left to refresh the messages on the right. Is there any way to have this automatically refreshed each time a new message is sent/received? Or has this simply not been developed yet?

Original source

Related problems