Reputation: 3404
I found the script file inside the Resources tab and not inside the Script tab and hence, when I search for the particular function inside Script's tab, it doesn't return result as shown at How to search all loaded scripts in Chrome Developer Tools?
I want to debug the Resource script file with Chrome Developer Tool, how will I be able to do that.
Upvotes: 1
Views: 507
Reputation: 38254
Unfortunately, you can't debug a script in the Resources tab, so you have to locate the script by name in the Scripts tab.
Upvotes: 1