Status: New
Owner: ----

New issue 3961 by [email protected]: setBreakpoint and setBreakpointByUrl should take an array of of breakpoints.
https://code.google.com/p/v8/issues/detail?id=3961

Remote Debugging Protocol 1.1

When programmatically setting breakpoints its much more convenient to pass an array of breakpoints to the debugger with these endpoints than sending them one at a time. Someone interested in setting just one breakpoint could pass an array of 1 breakpoint.

Right now we have to make 'n' calls to set 'n' breakpoints which is cumbersome and takes a lot of time to do if you are setting 100's or 1000's of breakpoints.

What is the expected output?
Set breakpoints in bulk - as an array of breakpoints.

What do you see instead?
Set one breakpoint at a time.




--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to