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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 2 03:37:02 PDT 2012


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





--- Comment #49 from Peter Wang <peter.wang at torchmobile.com.cn>  2012-07-02 03:37:01 PST ---
The main modifications of this patch are:
(1) Add "m_columnNumber" to JSC::Lexer (Lexer.cpp) as a counter of column. 
(2) Add "m_columnNumber" to JSC::Node (Nodes.cpp) to record the column of this Node.
(3) Add "column" for instruction "op_debug" (BytecodeGenerator.cpp).

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