[Webkit-unassigned] [Bug 118258] New: Web Inspector: When stepping through code, visible debugger popover should update instead of dismiss

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 1 11:20:52 PDT 2013


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

           Summary: Web Inspector: When stepping through code, visible
                    debugger popover should update instead of dismiss
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


* DESCRIPTION:

If there is a debugger popover for var "x", then stepping through the following code I would expect to see the popover update the value of x each step.

    var x = 0;
    x += Math.random();
    x += Math.random();
    x += Math.random();
    x += Math.random();

* STEPS TO REPRODUCE
1. Throw the above into a <script>
2. Set a breakpoint
3. Hover "x" to get a popover
4. Step through code with keyboard shortcuts
  => popover dismisses, it should just update

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list