Chrome Developer Tool not highlighting xhr request when clicking link in console

Viewed 697

It is somehow annoying to filter requests in the Network tab just to check the headers, response, etc. of a request.

Previously, checking the headers of a request is so easy. Just click the url in the console and the request name will be highlighted in the network tab.

chrome dev tool

I have already tried clearing cache/history/cookies, restarting chrome, and even reinstalled a new one. However, the problem's still there.

Is this a bug? Has anyone experience something like this? How do you fix this?

Any help would be very much appreciated.

2 Answers

I just updated Chrome to v 62.0.3202 and it seems to be working again...I think the old behavior was to leave the XHR highlighted until it was clicked again, now it's just a yellow pulse to quickly highlight the record. Anyway, better than nothing...

It's doesn't work after chrome 61.0.3163 update. Seems bug

Related