I am using Firebug to debug 3 lines of JS I have written, but the framework I am using generates 10k lines of JS code.
And I end up finding those 3 lines manually.
Is there a way to search for a string/function in the script console of Firebug?
Any work around?
Thanks