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

CDT/Obsolete/BreakpointsWorkingGroup

< CDT‎ | Obsolete
Revision as of 12:59, 19 April 2016 by Marc.khouzam.gmail.com (Talk | contribs) (Introduction)

Introduction

Purpose of this group is to improve breakpoint features and usability in CDT.

Links

TODO

Design Notes

Breakpoint Properties Dialog

The breakpoint properties dialog design directly affects three of the plan bugs:

  • bug 360291 - Allow user to edit line breakpoint file in properties dialog
  • bug 360295 - Customize property dialog for editing breakpoints
  • bug 360588 - Allow user to edit all its properties prior to creating the breakpoint

The data flow in the breakpoint properties dialog is illustrated in the following diagram. Below it is a comparison diagram from the Wind River product.

CDT Breakpoint Properties Dialog - Overview
Wind River Breakpoint Properties Dialog - Overview


CDT Breakpoint Properties Dialog - Pages class hierarchy
Wind River Breakpoint Properties Dialog - Pages class hierarchy

Back to the top