Chrome dev tools: search in all scripts does not find everything

Sometimes I notice that the search all function (Ctrl + Shift + F) in chrome dev tools does not actually find everything.

I use ExtJS in my main application, and when I search for something that is definitely in the library sources and already loaded, I sometimes notice that for one thing, subsequent searches give different results, but for another, not all:

enter image description here

In the screenshot, I searched for headerCt , which is found in the currently open Table.js file, but none of the 8 entries in this file is displayed in the search results.

Is this a bug in dev tools or am I not seeing something here?

Ps: I am currently running version 40.0.2214, but I also found out about this in some older versions.

+5
source share

Source: https://habr.com/ru/post/1215224/


All Articles