DotNetInfo
DotNetInfo

Reputation: 3404

Debug Resource Scripts with Chrome Developer Tool

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

Answers (1)

Digital Plane
Digital Plane

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

Related Questions