Bug 62725 - Web Inspector: console call frame line/column numbers are one-based.
Summary: Web Inspector: console call frame line/column numbers are one-based.
Status: RESOLVED FIXED
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:
Depends on:
Blocks:
 
Reported: 2011-06-15 07:06 PDT by Pavel Podivilov
Modified: 2014-12-15 22:35 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-06-15 07:06:58 PDT
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.
Comment 1 Pavel Podivilov 2011-08-08 08:30:44 PDT
Profile locations and EventListener.location should also have zero-based line/column.
Comment 2 Brian Burg 2014-12-15 22:35:18 PST
Debugger was adjusted in the past year to return consistent line and column numbers.