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)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Timothy Hatcher
I don't see an issue with the new debugger in the Web Inspector.