[Webkit-unassigned] [Bug 157198] New: Web Inspector: Issues inspecting the inspector, pausing on breakpoints causes content to not load

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 12:56:46 PDT 2016


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

            Bug ID: 157198
           Summary: Web Inspector: Issues inspecting the inspector,
                    pausing on breakpoints causes content to not load
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com

* SUMMARY
Mysterious issues inspecting the inspector, pausing on breakpoints causes content to not load.

* STEPS TO REPRODUCE
1. Inspect <http://bogojoker.com/shell/>
2. Set a breakpoint on formatted easySlider.min.js:56:21 ("if (autoplay)")
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
  => inspector^2 breakpoint triggers a few times, but ultimately continues
  => 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 http://bogojoker.com/shell/js/easySlider.min.js
[native code]: CONSOLE LOG request: {"id":94,"method":"Network.getResponseBody","params":{"requestId":"0.73"}}
file:///Users/pecoraro/Build/Release/WebInspectorUI.framework/Resources/Models/SourceCode.js:113:20: CONSOLE LOG requestContent http://bogojoker.com/shell/js/easySlider.min.js
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?

-- 
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/20160429/3024fb82/attachment.html>


More information about the webkit-unassigned mailing list