3

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?

2 Answers 2

4

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.

Sign up to request clarification or add additional context in comments.

1 Comment

Fiddler supports automatically update websocket frames. I have recently written an article on CodeProject, which show you how to debug/inspect WebSocket traffic with Fiddler. codeproject.com/Articles/718660/…
0

I have tested with latest Chrome (32.0.1700), they still don't support automatically update of WebSocket frames. However you can use Fiddler (with FiddlerScript) to inspect WebSocket traffic in the same way you inspect HTTP traffic, and it supports auto refresh of frames.

Inspect WebSocket Traffic

Please refer to the article on CodeProject, which show you how to Debug/Inspect WebSocket traffic with Fiddler (with FiddlerScript). http://www.codeproject.com/Articles/718660/Debug-Inspect-WebSocket-traffic-with-Fiddler

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.