<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement distinguishing of un/conditional breakpoints in the Breakpoints sidebar pane"
   href="https://bugs.webkit.org/show_bug.cgi?id=29251#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Implement distinguishing of un/conditional breakpoints in the Breakpoints sidebar pane"
   href="https://bugs.webkit.org/show_bug.cgi?id=29251">bug 29251</a>
              from <span class="vcard"><a class="email" href="mailto:mattbaker&#64;apple.com" title="Matt Baker &lt;mattbaker&#64;apple.com&gt;"> <span class="fn">Matt Baker</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>