I am using Firebug in Firefox. I have a giant JavaScript object that holds a lot of other JavaScript objects that in turn also hold objects. I want to find a unique value that could be in any one of these objects. However, Firebug's search field only works on text that's visible inside the DOM panel. When on the list of JavaScript objects, you can click on the plus sign next to it to expand it. However, if an object is not expanded, it seems invisible to the search field.
How do I search for items that are not currently displayed within Firebug's DOM panel?