I have on several occasions run across problems where I want to see the request data for a http request made while I had the Chrome Developer Tools closed, for instance to detect if I request a just made is running slow or has failed completely.
Is there a way I can get Chrome to always track the data in Networking Panel so it's present when I open the Developer Tools without having to reload the page and make new requests?
Clicking on the "network" tab will show you all network requests being made for a certain page. Once the network tab is open we can begin our tutorial.
Preserve log is a checkbox that lets you persist logs between page refreshes. This is useful when debugging website issues that require you to refresh the page, since all console output is otherwise cleared.
No, this is not possible directly.
You have to have DevTools open for it to log requests. There is a work-around though: This is similar to https://code.google.com/p/chromium/issues/detail?id=178918 - use remote debugging locally (https://developers.google.com/chrome-developer-tools/docs/debugger-protocol#remote).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With