Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-debug-dev] Debug Work Items for 2.1 and Beyond


...
10. It would be nice if the Variables view could retain the expansion tree
for more than one stack frame, and if the expansion wasn't lost every time
you run.  This is a real annoyance with EGL as almost everything is a
structure, and you almost always have to expand a variable to see the
meaningful data.  I think Alan Boxall had made some suggestions for this
(e.g. each stack frame could store the expansion, and the Variables view
queries the stack frame for the expansion to use and saves the current
expansion when the stack frame is deselected).

...

The first part of this problem has been handled by bug# 22664 (http://bugs.eclipse.org/bugs/show_bug.cgi?id=22664). The expansion and selection is now saved as the users selects/reselects stack frames in a suspended thread. The solution should work for all debug models, as is.

Darin



Back to the top