<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Web Inspector: Issues inspecting the inspector, pausing on breakpoints causes content to not load"
   href="https://bugs.webkit.org/show_bug.cgi?id=157198">157198</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Web Inspector: Issues inspecting the inspector, pausing on breakpoints causes content to not load
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Web Inspector
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>joepeck&#64;webkit.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>bburg&#64;apple.com, graouts&#64;webkit.org, joepeck&#64;webkit.org, mattbaker&#64;apple.com, nvasilyev&#64;apple.com, timothy&#64;apple.com, webkit-bug-importer&#64;group.apple.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>* SUMMARY
Mysterious issues inspecting the inspector, pausing on breakpoints causes content to not load.

* STEPS TO REPRODUCE
1. Inspect &lt;<a href="http://bogojoker.com/shell/">http://bogojoker.com/shell/</a>&gt;
2. Set a breakpoint on formatted easySlider.min.js:56:21 (&quot;if (autoplay)&quot;)
3. Select another resource in sidebar (facebox.js)
4. Reload
5. Inspect the inspector
6. inspector^2: Set breakpoint in TextEditor.prototype.revealPosition
7. inspector^1: Select breakpoint in sidebar to reveal its position
  =&gt; inspector^2 breakpoint triggers a few times, but ultimately continues
  =&gt; inspector^1 content never loads

* NOTES
Some logging and logging of protocol traffic is mysterious:

file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Models/SourceCode.js:113:20: CONSOLE LOG requestContent <a href="http://bogojoker.com/shell/js/easySlider.min.js">http://bogojoker.com/shell/js/easySlider.min.js</a>
[native code]: CONSOLE LOG request: {&quot;id&quot;:94,&quot;method&quot;:&quot;Network.getResponseBody&quot;,&quot;params&quot;:{&quot;requestId&quot;:&quot;0.73&quot;}}
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Models/SourceCode.js:113:20: CONSOLE LOG requestContent <a href="http://bogojoker.com/shell/js/easySlider.min.js">http://bogojoker.com/shell/js/easySlider.min.js</a>
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Views/TextEditor.js:441:20: CONSOLE LOG revealPosition - REVEAL
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Views/TextEditor.js:433:24: CONSOLE LOG revealPosition - STASH
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Views/TextEditor.js:441:20: CONSOLE LOG revealPosition - REVEAL
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Models/GarbageCollection.js:32:23: CONSOLE ERROR

We never got a response for Network.getResponseBody. In fact, the promise is still pending within the Resource. How is this possible?</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>