Why is Chrome Web Developer tools not listing some JavaScript files as of version 27.0.1453.93? Why is Chrome Web Developer tools not listing some JavaScript files as of version 27.0.1453.93? google-chrome google-chrome

Why is Chrome Web Developer tools not listing some JavaScript files as of version 27.0.1453.93?


I guess you may have some javascript code that has been loaded dynamically. If it is the case, you should use the phrase

//@ sourceURL=foo.js

at the beginning of your javascript code. foo.js will be assigned it by debugger. And debugger will show it with that name.chrome and firebug accept it, I am not sure about other browsers