[Webkit-unassigned] [Bug 20187] New: Gap between real debugged line and highlighted line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 27 14:04:19 PDT 2008


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

           Summary: Gap between real debugged line and highlighted line
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rik24d at gmail.com
                CC: timothy at hatcher.name, aroben at apple.com


When debugging the inspector, the highlighted line is not the real debugged
line.

Steps to reproduce:
1) Open any webpage
2) Open the inspector, the inspector's inspector and active the debugger
3) Put a break on line 2185 (first line in WebInspector.documentClick)
4) Click anywhere in the first inspector, this pauses the debugger
5) Step over next function call

Actual behaviour:
anchor is still undefined

Expected behaviour:
anchor should have a value, null or HTMLAnchorElement.

If you continue to step over, you can see that blank lines could be
highlighted.


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



More information about the webkit-unassigned mailing list