Bug 15418 - Drosera line-number gets off after a few steps
Summary: Drosera line-number gets off after a few steps
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2007-10-07 21:11 PDT by Eric Seidel (no email)
Modified: 2008-05-17 09:32 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.