[v8-dev] Re: Add function for setting breakpoint by scriptId and position to debugger script (issue6301001)

2011-01-14 Thread Søren Gjesse
Thanks Pavel, But could you please put in a V8 test as well, as we don't want catching issues with this in layout tests. Regards, Søren On Fri, Jan 14, 2011 at 10:57, Pavel Podivilov wrote: > Sure, DevTools would set breakpoints using this function so it would > definitely be tested by layout

[v8-dev] Re: Add function for setting breakpoint by scriptId and position to debugger script (issue6301001)

2011-01-14 Thread Pavel Podivilov
Sure, DevTools would set breakpoints using this function so it would definitely be tested by layout tests. BR, Pavel Podivilov On Thu, Jan 13, 2011 at 11:40 PM, Søren Gjesse wrote: > OK, will this be tested in some of the DevTools tests? Otherwise this might > get broken without anybody notici

[v8-dev] Re: Add function for setting breakpoint by scriptId and position to debugger script (issue6301001)

2011-01-13 Thread Søren Gjesse
OK, will this be tested in some of the DevTools tests? Otherwise this might get broken without anybody noticing. /Søren On Thu, Jan 13, 2011 at 18:32, wrote: > On 2011/01/13 15:46:14, Søren Gjesse wrote: > >> LGTM, but the function is not used anywhere. >> > > It will be used from WebCore Debug

[v8-dev] Re: Add function for setting breakpoint by scriptId and position to debugger script (issue6301001)

2011-01-13 Thread podivilov
On 2011/01/13 15:46:14, Søren Gjesse wrote: LGTM, but the function is not used anywhere. It will be used from WebCore DebuggerScript.js http://codereview.chromium.org/6301001/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: Add function for setting breakpoint by scriptId and position to debugger script (issue6301001)

2011-01-13 Thread sgjesse
LGTM, but the function is not used anywhere. http://codereview.chromium.org/6301001/diff/1/src/debug-debugger.js File src/debug-debugger.js (right): http://codereview.chromium.org/6301001/diff/1/src/debug-debugger.js#newcode653 src/debug-debugger.js:653: Debug.setBreakPointByScriptIdAndPosition