Bug 373274 - [breakpoints] Add watchpoint/event breakpoint actions should let user edit all breakpoint actions.
Summary: [breakpoints] Add watchpoint/event breakpoint actions should let user edit al...
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-debug (show other bugs)
Version: 8.0   Edit
Hardware: PC Linux
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: cdt-debug-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 13:19 EST by Pawel Piech CLA
Modified: 2020-09-04 15:24 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pawel Piech CLA 2012-03-05 13:19:06 EST
There is an "Add Watchpoint Breakpoint (C/C++)..." actions in the Breakpoints view menu.  These actions open a small dialog that lets the user enter the expression and access type for watchpoint, or type and parameter for event breakpoint.  However these dialogs do not allow the user modify other breakpoint parameters, such as enabled/disabled, ignore count and target-specific options.

Instead these actions should be converted to open the full breakpoint properties dialog that also allows user to enter the breakpoint location information.
Comment 1 Marc Khouzam CLA 2012-03-05 14:57:40 EST
Sounds like a good idea.

Note that the "Add Watchpoint Breakpoint (C/C++)..." is also part of the context-menu of the variables and expressions view.