Hello, I'm trying to use the chrome debugger. Specifically, I'm trying to search for a text string in all sources that have been loaded in the debugger:
1. ctl-shift-f puts focus on the search window in the debugger. However, this does not appear to search all files. In particular, this approach does not appear to search min.js files. Is there a way to configure the chrome debugger to search min.js files?
2. Also I tried a search of "*.js" as an attempt to view all js files for the website. This is supported by the ie script debugger. However, using this approach in chrome via ctl-shift-f did not return any results.
Any advice on if/how these use cases can be handled through the chrome debugger?