[Webkit-unassigned] [Bug 93473] Web Inspector: The front-end should provide the position in original source file when set a breakpoint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 8 20:53:59 PDT 2012


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





--- Comment #2 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-08-08 20:54:21 PST ---
(In reply to comment #1)
> Are you just asking about column support for breakpoints? If so we have a bug about that already.

If you mean  "https://bugs.webkit.org/show_bug.cgi?id=53003", I think I know it. Actually I made a patch for it. JSC can support column for  breakpoints now, but there is a problem left.

Now, when the inspector user set a breakpoint, the front-end of inspector send the position of breakpoint to ScriptDebugServer. Most time the front-end sends the original position of statements in JS file, except for the statements that have leading blank space. In that case the position sent by front-end is taking no account of leading blank space.

I file this bug to discuss can we let front-end to send the original position of breakpoint, so that we don't have to modify the JS engine code to accommodate the front-end formatting style.

-- 
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