Reviewers: Mads Ager, Søren Gjesse,

Description:
In Chrome several tabs may share the same v8 instance. Each of those
tabs can be inspected with its own devtools window. When such devtools
window closes we need to clear all breakpoints that belong to it. Notion
of breakpoint group enables us to do that.

Storing the breakpoints on the client(in a different process) would be
inreliable since 1) it may crash and 2) some 'setbreakpoint' requests
may be not processed yet by the time devtools window closes.



When several tabs share the same v8 instance we need to clear
breakpoints set by devtools debugger opened for one of the tabs when
   we need to clear bre

Please review this at http://codereview.chromium.org/149197

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
   M     src/debug-delay.js
   A     test/mjsunit/debug-clearbreakpointgroup.js



--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to