Can I get chrome-devtools to actually search all JS sources?

I’m having trouble with searching through JS files in chrome dev-tools, in the past the search activated by Ctrl+Shift+F always found what I wanted, but recently (I’m not sure exactly which update triggered this) I’m finding the search does not catch

  • JS in inline script tags

  • JS inside iframes.

I’ve also found the callstack messed up when inline scripts were involved, but when I try to google for these issues, I just get the dev-tools doc pages, has anyone else noticed these issues? Was I just imagining this worked before?

6 Answers
6

Leave a Comment