Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "CDT/Obsolete/MultiCoreDebugWorkingGroup/DebugElementsGrouping"

(Groups of Debug Elements (Dobrin))
Line 19: Line 19:
 
* The user can rename the group.
 
* The user can rename the group.
 
* The back end can create initial groups.
 
* The back end can create initial groups.
 +
 +
[https://bugs.eclipse.org/bugs/show_bug.cgi?id=336876 Bug 336876] Grouping of Execution Elements for DSF debugger feature
 +
<br>

Revision as of 17:23, 10 February 2011

Groups of Debug Elements

This feature is dependent on: Multi Level Hierarchy in the Debug View

Once the debug view containers work properly we can implement Grouping of different debug contexts.

The main use case is:

  • The user selects multiple debug contexts in the Debug View and group them (via a context menu).
  • A Group node will appear as parent of the selected containers.
  • After that the user will be able to perform debug commands over the group.
  • The command will be dispatched to all debug contexts in the group.

Additional concerns / options:

  • The grouped containers may persist between debug sessions.
  • Some grouping can be supported by the back end, or can be done with no knowledge of the back end.
  • A debug container can belong to multiple groups.
  • The user can rename the group.
  • The back end can create initial groups.

Bug 336876 Grouping of Execution Elements for DSF debugger feature

Back to the top