[Webkit-unassigned] [Bug 29251] Implement distinguishing of un/conditional breakpoints in the Breakpoints sidebar pane

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Feb 13 13:30:51 PST 2017


https://bugs.webkit.org/show_bug.cgi?id=29251

--- Comment #5 from Matt Baker <mattbaker at apple.com> ---
Three methods of distinguishing breakpoints come to mind:

1. Shape
2. Color
3. Decorations

We only use method 2: unresolved breakpoints are gray, and disabled breakpoints are slightly transparent. There are accessibility concerns with method 2, but for non-critical UI hints color is a simple solution.

Method 3 is interesting, and doesn't suffer from the same issues as method 2. However, since our breakpoints overlap the line number some accommodations would need to be made for large files.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170213/316be54a/attachment.html>


More information about the webkit-unassigned mailing list