Bug 62725
Summary: | Web Inspector: console call frame line/column numbers are one-based. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Pavel Podivilov <podivilov> |
Component: | Web Inspector (Deprecated) | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | apavlov, burg, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, yurys |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All |
Pavel Podivilov
Web Inspector: console call frame line/column numbers are one-based.
While debugger line/column numbers are zero-based. We should make our protocol consistent in this respect.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Pavel Podivilov
Profile locations and EventListener.location should also have zero-based line/column.
Brian Burg
Debugger was adjusted in the past year to return consistent line and column numbers.