Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome Developer Tools: Missing "Resources" Tab

I am running Chrome Version 52.0.2743.116 (64-bit) on OS X 10.11.3 and upon trying to debug a website realized that the Resources tab in my Developer Tools is just completely gone. What gives / has anyone else noticed this?

screenshot1

screenshot2

like image 440
user2398041 Avatar asked Aug 16 '16 17:08

user2398041


People also ask

Where is the resources tab in Chrome?

Click the Sources tab to open the Sources panel. Click the Page tab to show the page's resources.

How do I see all sources in Chrome dev tools?

Yeah, if you want to search within content sources which are scripts used by extensions and the internal browser API, you enable it in the Settings of DevTools and then from any panel in DevTools you can type Ctrl + Shift + F or (on Mac) Options + Command + F (⌥⌘F) to search across all sources, snippets, and files.


1 Answers

"The Resources panel has been renamed to the Application panel. All of the features from the Resources panel are still available in the Application panel."

from https://developers.google.com/web/tools/chrome-devtools/iterate/manage-data/?hl=en

like image 166
Tim 333 Avatar answered Oct 01 '22 01:10

Tim 333