I'm looking at an extensive webapp and I want to find a particular object. I set a breakpoint to inspect available variables and I have some educated guesses as to what property values are defined by the object or what kind of selfdocumented variable names could have been used for the object. Instead of tediously/manually searching the tree structure in the Script/Watch tab, is there an automated search feature by which I can search for all variables and values that are available to me at the current scope? I know there is a search box for the actual JS code that is displayed on the left side, but I need to search stuff on the right side in the 'watch' tab.
-- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
