1

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.

Community
  • 1
  • 1
DotNetInfo
  • 3,344
  • 6
  • 33
  • 39

1 Answers1

1

Unfortunately, you can't debug a script in the Resources tab, so you have to locate the script by name in the Scripts tab.

Digital Plane
  • 37,354
  • 7
  • 57
  • 59
  • 1
    that script is not loaded under Script tab for some reason. It's only under Resource tab. It works fine with Firebug in FF though – DotNetInfo Jul 22 '11 at 03:52