<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't put a breakpoint inside minified script in the main resource"
   href="https://bugs.webkit.org/show_bug.cgi?id=166777">bug 166777</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
               &nbsp;
           </td>
           <td>joepeck&#64;webkit.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't put a breakpoint inside minified script in the main resource"
   href="https://bugs.webkit.org/show_bug.cgi?id=166777#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Can't put a breakpoint inside minified script in the main resource"
   href="https://bugs.webkit.org/show_bug.cgi?id=166777">bug 166777</a>
              from <span class="vcard"><a class="email" href="mailto:joepeck&#64;webkit.org" title="Joseph Pecoraro &lt;joepeck&#64;webkit.org&gt;"> <span class="fn">Joseph Pecoraro</span></a>
</span></b>
        <pre>Possible solutions:

1. Preferred: Pretty Print HTML content
2. Half Way: Pretty Print at least &lt;script&gt; in HTML content
3. Always Useful: Right Click + Set Breakpoint at Exact Location

I'm sure we have other bugs for (1).

But I'd like to use this for (3) which should be pretty easy to do and has applicability even with Pretty Printed code!

For example if you wanted to set a breakpoint inside of something that is not broken up across multiple lines even when pretty printed.

Here is an arbitrary examples off the top of my head, deciding to pause inside of a default argument expression.

    function add(a, b = (() =&gt; |x + b))() {
        ...
    }

This is a rather weird case that would be hard to pause in otherwise (you'd have to pause at the caller of add and step to get into it otherwise.</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>