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   

Eric Seidel (no email)
Reported 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;
Attachments
Timothy Hatcher
Comment 1 2008-05-17 09:32:42 PDT
I don't see an issue with the new debugger in the Web Inspector.
Note You need to log in before you can comment on or make changes to this bug.