Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

CDT/Obsolete/MultiCoreDebugWorkingGroup/DebugElementsHiding

< CDT‎ | Obsolete‎ | MultiCoreDebugWorkingGroup
Revision as of 19:38, 24 November 2010 by Unnamed Poltroon (Talk) (Hiding of Debug View elements)

Hiding of Debug View elements

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

Once the debug view containers work properly we can implement hiding/filtering of debug contexts.

This feature can be done so it is like specifying working sets for the debug view.

The main use cases are:

  • 1. The user selects multiple debug contexts in the debug view and hides them.
  • 2. The user can hide debug contexts that match specific pattern.
  • 3. The user can show all available debug contexts.

Additional concerns / options:

  • The filters can be global or per launch.
  • How does it work between different launches ?

Back to the top