[Webkit-unassigned] [Bug 41696] Web Inspector: script names are shown with ":0"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 7 02:55:09 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=41696





--- Comment #6 from Yury Semikhatsky <yurys at chromium.org>  2010-07-07 02:55:08 PST ---
(In reply to comment #5)
> There isn't really any such thing as a "webkit line number".  Line numbers are a mess.  The code is sprinkled with all sorts of +1's, not all of which make sense.
> 
> Search for lineNumber() to see what I mean.

In case of debugger we try to localize line number arithmetic related to v8(script line numbers start from 0)/WebCore(script line numbers are assumed to start from 1) in DebuggerScript.js

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list