Bug 15418

Summary: Drosera line-number gets off after a few steps
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal Keywords: NeedsReduction
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Description Eric Seidel (no email) 2007-10-07 21:11:28 PDT
Drosera line-number gets off after a few steps

At least when debugging this function inside ResourcePanel.js:

I believe it has more to do with the function, and less to do with the stepping.  This bug probably belongs in JavaScriptCore, but we'll start with Drosera.

    updateStyles: function()
    {
        if (!this.views.dom.contentElement.sidebarPanes.styles.expanded) // set breakpoint here
            return;
        if (!this.views.dom.contentElement.sidebarPanes.styles.needsUpdate)
            return;
Comment 1 Timothy Hatcher 2008-05-17 09:32:42 PDT
I don't see an issue with the new debugger in the Web Inspector.