Bug 297754 - [var] Find operation should search un-expanded elements.
Summary: [var] Find operation should search un-expanded elements.
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.6   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 12:00 EST by Pawel Piech CLA
Modified: 2011-06-07 19:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2009-12-14 12:00:54 EST
Currently the find feature in the variables only searches through elements that are currently expanded by the user in the view.  The find feature would be much more powerful if all of the elements in the hierarchy would be searched.  The main challenge to this feature is the fact that the hierarchy could be very deep (maybe even infinite), and it could be expensive to retrieve.

See bug 297526 for related discussion.