How to find out which file and line a variable was defined in using google chrome console?
For example, the variable Native (from MooTools) has been defined in global scope. I want to know in which file that defined this variable using google chrome console.
Using chrome :
Native=,var NativeorNative =in the top right search fieldHere, there’s only one result for the
Native=search. The result is automatically highlighted, and the corresponding file opened. In my example, you can see theNativedeclaration was inmootools.core.js, line 12.EDIT: March 2015 (thanks to TML)
The top right search field doesn’t exist anymore, in latest Chrome versions.
Instead of, click on
Show drawerin the top right corner (or hit Esc), and select theSearchtab that just appeared in the bottom of your screen:EDIT: November 2015 (thanks tzvi)
You now need to use the three-dot button in the top right corner to find a
Search all filesoption.