[Webkit-unassigned] [Bug 53003] Web Inspector: [JSC] implement setting breakpoints by line:column

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 3 05:09:25 PDT 2012


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





--- Comment #72 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-08-03 05:09:22 PST ---
(In reply to comment #71)
> Created an attachment (id=156329)
 --> (https://bugs.webkit.org/attachment.cgi?id=156329&action=review) [details]
> Patch

Comparing to the patch which caused problem for Mac porting, there are two modifications:
(1) Add a new parameter to interfaces "callEvent", "atStatement" ... of WebScriptDebugger, since WebScriptDebugger of Mac porting is derived from "JSC::Debugger" and these interfaces of "JSC::Debugger" were changed.

(2) Change the argument number of "_llint_op_debug" form 4 to 5, since debug byte-code command was added a new argument.

I'm so sorry, my local porting doesn't support LLINT so I missed the "_llint_op_debug".

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