[Webkit-unassigned] [Bug 138991] New: Web Inspector: Pause Reason Improvements (Breakpoint, Debugger Statement, Pause on Next Statement)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 21 17:15:32 PST 2014


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

            Bug ID: 138991
           Summary: Web Inspector: Pause Reason Improvements (Breakpoint,
                    Debugger Statement, Pause on Next Statement)
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (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: graouts at webkit.org, joepeck at webkit.org,
                    timothy at apple.com, webkit-bug-importer at group.apple.com

* SUMMARY
There are many different ways to pause in the debugger that we don't give the user information about. Such as Pausing because of a breakpoint, a debugger statement, or immediately pausing via the pause button in the UI. Web Inspector should give information about these pause events.

* TEST
1. <button id="x">Debugger Statement</button>
2. <button id="y">Breakpoint</button>
3. <script>
4. window.x.onclick = function() { debugger; }
5. window.y.onclick = function() {
6.     var x = 10;
7. }
8. window.onclick = function() { console.log("click"); }
9. </script>

* STEPS TO REPRODUCE
1. Inspect test page
2. Set a breakpoint on line (6)
3. Click the Debugger Statement button
  => pause on debugger statement, expected pause reason
4. Continue.
5. Click the Breakpoint button
  => pause on breakpoint, expected pause reason
6. Continue.
7. Click the Pause button in Web Inspector
8. Click on the page, no button
  => paused immediately, expected pause reason

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141122/6326147b/attachment-0002.html>


More information about the webkit-unassigned mailing list