Bug 504487 - Sort breakpoints by Enabled/Disabled state
Summary: Sort breakpoints by Enabled/Disabled state
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.7   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Sarika Sinha CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-06 04:39 EDT by Vikas Chandra CLA
Modified: 2016-11-25 01:33 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vikas Chandra CLA 2016-10-06 04:39:48 EDT
Typically I've a long list of breakpoints and it would be group to arrange the breakpoints by enabled disabled state.
Comment 1 Sarika Sinha CLA 2016-11-25 01:33:28 EST
We avoid grouping/sorting of breakpoints on the properties which are modified by user. We can select multiple breakpoints in the Breakpoints view and can enable/disable them together, this can cause grouping/sorting to refresh and may not be a good visual experience for the user.
Will look into it if we find some other option to implement it.